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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 6894fe2ca5..1a95a5202c 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -8,10 +8,13 @@
8/* define this if you have a bitmap LCD display */ 8/* define this if you have a bitmap LCD display */
9#define HAVE_LCD_BITMAP 1 9#define HAVE_LCD_BITMAP 1
10 10
11/* define this if you have a colour LCD */
12#define HAVE_LCD_COLOR 1
13
11/* LCD dimensions */ 14/* LCD dimensions */
12#define LCD_WIDTH 160 15#define LCD_WIDTH 160
13#define LCD_HEIGHT 128 16#define LCD_HEIGHT 128
14#define LCD_DEPTH 18 /* 260.000 colors */ 17#define LCD_DEPTH 18 /* 262.144 colors */
15 18
16/* remote LCD */ 19/* remote LCD */
17#define LCD_REMOTE_WIDTH 128 20#define LCD_REMOTE_WIDTH 128