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.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index a828ca1ec9..afb5074662 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -23,7 +23,6 @@
23#define LCD_HEIGHT 128 23#define LCD_HEIGHT 128
24#define LCD_DEPTH 16 /* pseudo 262.144 colors */ 24#define LCD_DEPTH 16 /* pseudo 262.144 colors */
25#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 25#define LCD_PIXELFORMAT RGB565 /* rgb565 */
26#define HAVE_LCD_CONTRAST
27 26
28/* remote LCD */ 27/* remote LCD */
29#define LCD_REMOTE_WIDTH 128 28#define LCD_REMOTE_WIDTH 128
@@ -47,7 +46,7 @@
47#define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */ 46#define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
48 47
49/* Define this for LCD backlight available */ 48/* Define this for LCD backlight available */
50#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled !?!? */ 49#define CONFIG_BACKLIGHT BL_X5 /* PCF50606 I2C */
51#define HAVE_BACKLIGHT_BRIGHTNESS 50#define HAVE_BACKLIGHT_BRIGHTNESS
52 51
53/* Define this if you have a software controlled poweroff */ 52/* Define this if you have a software controlled poweroff */
@@ -70,6 +69,16 @@
70 69
71#ifndef SIMULATOR 70#ifndef SIMULATOR
72 71
72/* Define this if your LCD can set contrast */
73#define HAVE_LCD_CONTRAST
74
75/* Define this if your LCD can be enabled/disabled */
76#define HAVE_LCD_ENABLE
77
78/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
79 should be defined as well. */
80#define HAVE_LCD_SLEEP
81
73/* Define this if you have a Motorola SCF5250 */ 82/* Define this if you have a Motorola SCF5250 */
74#define CONFIG_CPU MCF5250 83#define CONFIG_CPU MCF5250
75 84
@@ -122,4 +131,4 @@
122#define BOOTFILE_EXT "iaudio" 131#define BOOTFILE_EXT "iaudio"
123#define BOOTFILE "rockbox." BOOTFILE_EXT 132#define BOOTFILE "rockbox." BOOTFILE_EXT
124 133
125#endif 134#endif /* SIMULATOR */