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, 5 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 21fa636f0c..ae48eb6dbe 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -22,6 +22,7 @@
22#define LCD_HEIGHT 128 22#define LCD_HEIGHT 128
23#define LCD_DEPTH 16 /* pseudo 262.144 colors */ 23#define LCD_DEPTH 16 /* pseudo 262.144 colors */
24#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 24#define LCD_PIXELFORMAT RGB565 /* rgb565 */
25#define HAVE_LCD_CONTRAST
25 26
26/* remote LCD */ 27/* remote LCD */
27#define LCD_REMOTE_WIDTH 128 28#define LCD_REMOTE_WIDTH 128
@@ -40,6 +41,10 @@
40 41
41#define CONFIG_LCD LCD_X5 42#define CONFIG_LCD LCD_X5
42 43
44#define MIN_CONTRAST_SETTING 1
45#define MAX_CONTRAST_SETTING 30
46#define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
47
43/* Define this for LCD backlight available */ 48/* Define this for LCD backlight available */
44#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled !?!? */ 49#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled !?!? */
45#define HAVE_BACKLIGHT_BRIGHTNESS 50#define HAVE_BACKLIGHT_BRIGHTNESS