summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-10 22:03:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-10 22:03:05 +0000
commited69c36cdf557e2d0bd81c9ec599a903e511995f (patch)
tree2f750d579da69863c257e4169dca16a8cbbad37f /firmware/export/config.h
parentb42509b14f9fb7f9640cc078e7cd1b6e71872c22 (diff)
downloadrockbox-ed69c36cdf557e2d0bd81c9ec599a903e511995f.tar.gz
rockbox-ed69c36cdf557e2d0bd81c9ec599a903e511995f.zip
Now define the exact LCD controller in use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5557 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 75a1b3ff67..c6431298ef 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -51,6 +51,8 @@
51/* CONFIG_LCD */ 51/* CONFIG_LCD */
52#define LCD_GMINI100 0 52#define LCD_GMINI100 0
53#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */ 53#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
54#define LCD_SSD1801 2 /* as used by Archos Player/Studio */
55#define LCD_S1D15E06 3 /* as used by iRiver H100 series */
54 56
55/* CONFIG_BACKLIGHT */ 57/* CONFIG_BACKLIGHT */
56#define BL_PA14_LO 0 /* Player, PA14 low active */ 58#define BL_PA14_LO 0 /* Player, PA14 low active */