summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index ad311a8255..cfb643ff96 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -43,8 +43,8 @@ int remote_type(void);
43extern struct event_queue remote_scroll_queue; 43extern struct event_queue remote_scroll_queue;
44#endif 44#endif
45 45
46#define STYLE_DEFAULT 0 46#define STYLE_DEFAULT 0x00000000
47#define STYLE_INVERT 1 47#define STYLE_INVERT 0x20000000
48 48
49#if LCD_REMOTE_DEPTH <= 8 49#if LCD_REMOTE_DEPTH <= 8
50#if (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED) \ 50#if (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED) \