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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have a Recorder style 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have an Ondio style 6-key keyboard */ #define CONFIG_KEYPAD ONDIO_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have an Ondio style 6-key keyboard */ #define CONFIG_KEYPAD ONDIO_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have the Recorder's 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +#define LCD_PIXELFORMAT VERTICAL_PACKING + /* define this if you have a Recorder style 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD