summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/scroll_engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index 0fcb06af81..838926af57 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -55,6 +55,9 @@ struct scrollinfo
55 int offset; 55 int offset;
56 int startx; 56 int startx;
57#ifdef HAVE_LCD_BITMAP 57#ifdef HAVE_LCD_BITMAP
58#if LCD_DEPTH > 1 || (defined(HAVE_LCD_REMOTE) && LCD_REMOTE_DEPTH > 1)
59 char *backdrop;
60#endif
58 int width; /* length of line in pixels */ 61 int width; /* length of line in pixels */
59 int style; /* line style */ 62 int style; /* line style */
60#endif/* HAVE_LCD_BITMAP */ 63#endif/* HAVE_LCD_BITMAP */