summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index bc8968902d..3185801078 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -13,6 +13,9 @@
13/* define this if you have a bitmap LCD display */ 13/* define this if you have a bitmap LCD display */
14#define HAVE_LCD_BITMAP 1 14#define HAVE_LCD_BITMAP 1
15 15
16/* define this if you can flip your LCD */
17#define HAVE_LCD_FLIP
18
16/* LCD dimensions */ 19/* LCD dimensions */
17#define LCD_WIDTH 160 20#define LCD_WIDTH 160
18#define LCD_HEIGHT 128 21#define LCD_HEIGHT 128