summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-ondiofm.h2
-rw-r--r--firmware/export/config-ondiosp.h2
-rw-r--r--firmware/export/config-recorder.h2
-rw-r--r--firmware/export/config-recorderv2.h2
5 files changed, 10 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index c43c883c39..56c151a2c0 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -23,6 +23,8 @@
23#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
24#define LCD_DEPTH 1 24#define LCD_DEPTH 1
25 25
26#define LCD_PIXELFORMAT VERTICAL_PACKING
27
26/* define this if you have a Recorder style 10-key keyboard */ 28/* define this if you have a Recorder style 10-key keyboard */
27#define CONFIG_KEYPAD RECORDER_PAD 29#define CONFIG_KEYPAD RECORDER_PAD
28 30
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 8a26efc70c..78a70730d6 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -18,6 +18,8 @@
18#define LCD_HEIGHT 64 18#define LCD_HEIGHT 64
19#define LCD_DEPTH 1 19#define LCD_DEPTH 1
20 20
21#define LCD_PIXELFORMAT VERTICAL_PACKING
22
21/* define this if you have an Ondio style 6-key keyboard */ 23/* define this if you have an Ondio style 6-key keyboard */
22#define CONFIG_KEYPAD ONDIO_PAD 24#define CONFIG_KEYPAD ONDIO_PAD
23 25
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 8237d8cec7..23420d9f42 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -15,6 +15,8 @@
15#define LCD_HEIGHT 64 15#define LCD_HEIGHT 64
16#define LCD_DEPTH 1 16#define LCD_DEPTH 1
17 17
18#define LCD_PIXELFORMAT VERTICAL_PACKING
19
18/* define this if you have an Ondio style 6-key keyboard */ 20/* define this if you have an Ondio style 6-key keyboard */
19#define CONFIG_KEYPAD ONDIO_PAD 21#define CONFIG_KEYPAD ONDIO_PAD
20 22
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index de4617c74e..a48635d272 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -23,6 +23,8 @@
23#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
24#define LCD_DEPTH 1 24#define LCD_DEPTH 1
25 25
26#define LCD_PIXELFORMAT VERTICAL_PACKING
27
26/* define this if you have the Recorder's 10-key keyboard */ 28/* define this if you have the Recorder's 10-key keyboard */
27#define CONFIG_KEYPAD RECORDER_PAD 29#define CONFIG_KEYPAD RECORDER_PAD
28 30
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 38ca974761..039b4c7925 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -23,6 +23,8 @@
23#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
24#define LCD_DEPTH 1 24#define LCD_DEPTH 1
25 25
26#define LCD_PIXELFORMAT VERTICAL_PACKING
27
26/* define this if you have a Recorder style 10-key keyboard */ 28/* define this if you have a Recorder style 10-key keyboard */
27#define CONFIG_KEYPAD RECORDER_PAD 29#define CONFIG_KEYPAD RECORDER_PAD
28 30