X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/a7be12a4e68fcaaa92f81a394bc316a592ec6270..45de93d504a066644b2d82711479c7ca37244695:/project/commands/drawing/cmd_rectangle.c?ds=inline diff --git a/project/commands/drawing/cmd_rectangle.c b/project/commands/drawing/cmd_rectangle.c index ff27504..05f039d 100644 --- a/project/commands/drawing/cmd_rectangle.c +++ b/project/commands/drawing/cmd_rectangle.c @@ -125,7 +125,7 @@ void cmd_rectangleround(uint8_t argc, char **argv) } else { - drawRectangleRounded(x1, y1, x2, y2, (uint16_t)c, radius, corners); + drawRoundedRectangleFilled(x1, y1, x2, y2, (uint16_t)c, radius, corners); } }