v1.1.0
[hackover2013-badge-firmware.git] / project / commands / drawing / cmd_progress.c
index a8b9e56..dbd5dec 100644 (file)
@@ -77,7 +77,7 @@ void cmd_progress(uint8_t argc, char **argv)
   }
 
   // Draw the progress bar (always use rounded corners for simplicity sake)
-  progressbarRender(x, y, w, h, percent, progressfill, THEME_DEFAULT);
+  progressbarRender(x, y, w, h, percent, progressfill, themeGetDefault());
 }
 
 #endif  
This page took 0.026414 seconds and 4 git commands to generate.