summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-recorder.h2
-rw-r--r--firmware/export/config-recorderv2.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index ca9d1f3f04..a3ba43ee7f 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -12,6 +12,8 @@
12 12
13/* define this if you have access to the quickscreen */ 13/* define this if you have access to the quickscreen */
14#define HAVE_QUICKSCREEN 14#define HAVE_QUICKSCREEN
15/* define this if you have access to the pitchscreen */
16#define HAVE_PITCHSCREEN
15 17
16/* LCD dimensions */ 18/* LCD dimensions */
17#define LCD_WIDTH 112 19#define LCD_WIDTH 112
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 4f0682077f..58a0b78ebe 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -12,6 +12,8 @@
12 12
13/* define this if you have access to the quickscreen */ 13/* define this if you have access to the quickscreen */
14#define HAVE_QUICKSCREEN 14#define HAVE_QUICKSCREEN
15/* define this if you have access to the pitchscreen */
16#define HAVE_PITCHSCREEN
15 17
16/* LCD dimensions */ 18/* LCD dimensions */
17#define LCD_WIDTH 112 19#define LCD_WIDTH 112