summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index b72eb9794a..16085fb480 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -4,12 +4,18 @@
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 a Recorder style 10-key keyboard */ 11/* define this if you have a Recorder style 10-key keyboard */
8#define HAVE_RECORDER_KEYPAD 1 12#define HAVE_RECORDER_KEYPAD 1
9 13
10/* define this if you have a real-time clock */ 14/* define this if you have a real-time clock */
11#define HAVE_RTC 1 15#define HAVE_RTC 1
12 16
17#ifndef SIMULATOR
18
13/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
14#define HAVE_MAS3587F 20#define HAVE_MAS3587F
15 21
@@ -64,3 +70,4 @@
64/* Define this for LCD backlight available */ 70/* Define this for LCD backlight available */
65#define HAVE_BACKLIGHT 71#define HAVE_BACKLIGHT
66 72
73#endif /* SIMULATOR */