summaryrefslogtreecommitdiff
path: root/firmware/export/scroll_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/scroll_engine.h')
-rw-r--r--firmware/export/scroll_engine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index 238641c08c..5e39990129 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -43,11 +43,7 @@ struct scrollinfo
43 int startx; 43 int startx;
44#ifdef HAVE_LCD_BITMAP 44#ifdef HAVE_LCD_BITMAP
45 int width; /* length of line in pixels */ 45 int width; /* length of line in pixels */
46#ifdef HAVE_LCD_COLOR
47 int style; /* line style */ 46 int style; /* line style */
48#else
49 bool invert; /* invert the scrolled text */
50#endif
51#endif/* HAVE_LCD_BITMAP */ 47#endif/* HAVE_LCD_BITMAP */
52 bool backward; /* scroll presently forward or backward? */ 48 bool backward; /* scroll presently forward or backward? */
53 bool bidir; 49 bool bidir;