summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 9efec9da4d..00ada116c0 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -44,8 +44,7 @@ struct viewport {
44 int flags; 44 int flags;
45 int font; 45 int font;
46 int drawmode; 46 int drawmode;
47#endif 47 /* needed for even for mono displays to support greylib */
48#if LCD_DEPTH > 1
49 unsigned fg_pattern; 48 unsigned fg_pattern;
50 unsigned bg_pattern; 49 unsigned bg_pattern;
51#endif 50#endif