summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index fee2b2a2e0..d727519421 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -4,6 +4,9 @@
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6 6
7/* define this if you can flip your LCD */
8#define HAVE_LCD_FLIP
9
7/* LCD dimensions */ 10/* LCD dimensions */
8#define LCD_WIDTH 112 11#define LCD_WIDTH 112
9#define LCD_HEIGHT 64 12#define LCD_HEIGHT 64