summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 88feb9d649..8a01203b87 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -12,6 +12,9 @@
12/* define this if you have a colour LCD */ 12/* define this if you have a colour LCD */
13#define HAVE_LCD_COLOR 1 13#define HAVE_LCD_COLOR 1
14 14
15/* define this if you can flip your LCD */
16#define HAVE_LCD_FLIP
17
15/* LCD dimensions */ 18/* LCD dimensions */
16#define LCD_WIDTH 220 19#define LCD_WIDTH 220
17#define LCD_HEIGHT 176 20#define LCD_HEIGHT 176