summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index b7b557e1ec..33a4f91b5f 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -4,9 +4,15 @@
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/* LCD dimensions */
8#define LCD_WIDTH 112
9#define LCD_HEIGHT 64
10
7/* define this if you have an Ondio style 6-key keyboard */ 11/* define this if you have an Ondio style 6-key keyboard */
8#define HAVE_ONDIO_KEYPAD 12#define HAVE_ONDIO_KEYPAD
9 13
14#ifndef SIMULATOR
15
10/* Define this if you have a MAS3587F */ 16/* Define this if you have a MAS3587F */
11#define HAVE_MAS3587F 17#define HAVE_MAS3587F
12 18
@@ -64,3 +70,4 @@
64/* Define this for MMC support instead of ATA harddisk */ 70/* Define this for MMC support instead of ATA harddisk */
65#define HAVE_MMC 71#define HAVE_MMC
66 72
73#endif /* SIMULATOR */