Added extra debug info
[hackover2013-badge-firmware.git] / project / commands / drawing / cmd_rectangle.c
index ff27504..05f039d 100644 (file)
@@ -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);
   }
 }
 
This page took 0.02328 seconds and 4 git commands to generate.