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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index 73d0630adc..187fcad1c1 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -214,6 +214,7 @@ static int y_off = LCD_HEIGHT/2;
214 214
215#if LCD_DEPTH == 1 215#if LCD_DEPTH == 1
216#define USE_GSLIB 216#define USE_GSLIB
217GREY_INFO_STRUCT
217struct my_lcd { 218struct my_lcd {
218 void (*update)(void); 219 void (*update)(void);
219 void (*clear_display)(void); 220 void (*clear_display)(void);