summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 7ce230ee8e..5d081b4a22 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -27,17 +27,18 @@
27 27
28/* remote LCD */ 28/* remote LCD */
29#define LCD_REMOTE_WIDTH 128 29#define LCD_REMOTE_WIDTH 128
30#define LCD_REMOTE_HEIGHT 64 30#define LCD_REMOTE_HEIGHT 96
31#define LCD_REMOTE_DEPTH 1 31#define LCD_REMOTE_DEPTH 2
32
33#define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED
32 34
33#define CONFIG_KEYPAD IAUDIO_X5_PAD 35#define CONFIG_KEYPAD IAUDIO_X5_PAD
34 36
35/* Define this if you do software codec */ 37/* Define this if you do software codec */
36#define CONFIG_CODEC SWCODEC 38#define CONFIG_CODEC SWCODEC
37 39
38/* Define this if you have an remote lcd 40/* Define this if you have an remote lcd */
39#define HAVE_REMOTE_LCD 41#define HAVE_REMOTE_LCD
40*/
41 42
42#define CONFIG_LCD LCD_X5 43#define CONFIG_LCD LCD_X5
43 44