summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-11-10 00:02:28 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-11-10 00:02:28 +0000
commitf64f589d2efeb2749314bb9f91523b4555ded2d5 (patch)
tree00144df027cefae876dff9c6e9f64421befa26c4 /firmware/SOURCES
parent6170e8837b4cc8a6d33b1b3b095330b9984eaa9c (diff)
downloadrockbox-f64f589d2efeb2749314bb9f91523b4555ded2d5.tar.gz
rockbox-f64f589d2efeb2749314bb9f91523b4555ded2d5.zip
H100/120: Split lcd driver into pixel format and device specific parts. Adjustment of contrast range to just a little less than white to a little more than black. Really only had to reset minimum.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11487 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 32de5a0c4e..49e5ace312 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -74,7 +74,9 @@ drivers/lcd-recorder.c
74#elif LCD_DEPTH == 2 74#elif LCD_DEPTH == 2
75#if LCD_PIXELFORMAT == HORIZONTAL_PACKING 75#if LCD_PIXELFORMAT == HORIZONTAL_PACKING
76drivers/lcd-2bit-horz.c 76drivers/lcd-2bit-horz.c
77#endif /* LCD_PIXELFORMAT == HORIZONTAL_PACKING */ 77#elif LCD_PIXELFORMAT == VERTICAL_PACKING
78drivers/lcd-2bit-vert.c
79#endif /* LCD_PIXELFORMAT */
78#elif LCD_DEPTH == 16 80#elif LCD_DEPTH == 16
79drivers/lcd-16bit.c 81drivers/lcd-16bit.c
80#endif /* LCD_DEPTH */ 82#endif /* LCD_DEPTH */
@@ -353,7 +355,6 @@ target/coldfire/iriver/h300/usb-h300.c
353#endif /* IRIVER_H300_SERIES */ 355#endif /* IRIVER_H300_SERIES */
354 356
355#ifdef IRIVER_H100_SERIES 357#ifdef IRIVER_H100_SERIES
356target/coldfire/iriver/h100/lcd-h100.c
357target/coldfire/iriver/h100/power-h100.c 358target/coldfire/iriver/h100/power-h100.c
358#ifndef SIMULATOR 359#ifndef SIMULATOR
359target/coldfire/iriver/ata-iriver.c 360target/coldfire/iriver/ata-iriver.c
@@ -362,6 +363,7 @@ target/coldfire/iriver/h100/adc-h100.c
362target/coldfire/iriver/h100/backlight-h100.c 363target/coldfire/iriver/h100/backlight-h100.c
363target/coldfire/iriver/h100/button-h100.c 364target/coldfire/iriver/h100/button-h100.c
364target/coldfire/iriver/h100/lcd-as-h100.S 365target/coldfire/iriver/h100/lcd-as-h100.S
366target/coldfire/iriver/h100/lcd-h100.c
365target/coldfire/iriver/h100/usb-h100.c 367target/coldfire/iriver/h100/usb-h100.c
366#endif /* SIMULATOR */ 368#endif /* SIMULATOR */
367#endif /* IRIVER_H100_SERIES */ 369#endif /* IRIVER_H100_SERIES */