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