summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-iaudiox5.h6
3 files changed, 10 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index aacb30dd44..71baa83100 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -50,6 +50,8 @@
50 50
51#define CONFIG_LCD LCD_S1D15E06 51#define CONFIG_LCD LCD_S1D15E06
52 52
53#define DEFAULT_REMOTE_CONTRAST_SETTING 42
54
53/* Define this for LCD backlight available */ 55/* Define this for LCD backlight available */
54#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */ 56#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
55 57
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 79ad613968..e6aa822376 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -46,6 +46,8 @@
46 46
47#define CONFIG_LCD LCD_S1D15E06 47#define CONFIG_LCD LCD_S1D15E06
48 48
49#define DEFAULT_REMOTE_CONTRAST_SETTING 42
50
49/* Define this for LCD backlight available */ 51/* Define this for LCD backlight available */
50#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */ 52#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
51 53
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index c3cd157781..83f0767723 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -47,10 +47,16 @@
47 47
48#define CONFIG_LCD LCD_X5 48#define CONFIG_LCD LCD_X5
49 49
50/* Main LCD contrast range and defaults */
50#define MIN_CONTRAST_SETTING 1 51#define MIN_CONTRAST_SETTING 1
51#define MAX_CONTRAST_SETTING 30 52#define MAX_CONTRAST_SETTING 30
52#define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */ 53#define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
53 54
55/* Remote LCD contrast range and defaults */
56#define MIN_REMOTE_CONTRAST_SETTING 10
57#define MAX_REMOTE_CONTRAST_SETTING 35
58#define DEFAULT_REMOTE_CONTRAST_SETTING 24 /* Match boot contrast */
59
54/* Define this for LCD backlight available */ 60/* Define this for LCD backlight available */
55#define CONFIG_BACKLIGHT BL_X5 /* PCF50606 I2C */ 61#define CONFIG_BACKLIGHT BL_X5 /* PCF50606 I2C */
56#define HAVE_BACKLIGHT_BRIGHTNESS 62#define HAVE_BACKLIGHT_BRIGHTNESS