summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index b228dea285..5edba3bf85 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.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 the Recorder's 10-key keyboard */ 11/* define this if you have the Recorder's 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
@@ -55,3 +61,4 @@
55/* Define this for LCD backlight available */ 61/* Define this for LCD backlight available */
56#define HAVE_BACKLIGHT 62#define HAVE_BACKLIGHT
57 63
64#endif /* SIMULATOR */