summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index b6031af975..34252e857e 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -21,6 +21,7 @@
21* 21*
22***************************************************************************/ 22***************************************************************************/
23#include "plugin.h" 23#include "plugin.h"
24#include "fixedpoint.h"
24#include "lib/playergfx.h" 25#include "lib/playergfx.h"
25#include "lib/pluginlib_exit.h" 26#include "lib/pluginlib_exit.h"
26#if LCD_DEPTH > 1 27#if LCD_DEPTH > 1
@@ -31,7 +32,6 @@
31#include "lib/mylcd.h" /* MYLCD_CFG_GREYLIB or MYLCD_CFG_PGFX */ 32#include "lib/mylcd.h" /* MYLCD_CFG_GREYLIB or MYLCD_CFG_PGFX */
32#endif 33#endif
33#include "lib/xlcd.h" 34#include "lib/xlcd.h"
34#include "lib/fixedpoint.h"
35 35
36/* Loops that the values are displayed */ 36/* Loops that the values are displayed */
37#define DISP_TIME 30 37#define DISP_TIME 30