summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-08-05 20:17:17 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-08-05 20:17:17 +0000
commitf2213c8fc26c94f091563aa4d8ca96f1369f079d (patch)
tree23908ab6d5f6098d9867dc7346d294490cb128f7 /firmware/export/config-c200.h
parentb0b72a84ffd1d743e98030fdd30a8d4d527f4766 (diff)
downloadrockbox-f2213c8fc26c94f091563aa4d8ca96f1369f079d.tar.gz
rockbox-f2213c8fc26c94f091563aa4d8ca96f1369f079d.zip
Apply FS#9195 (LCD disable for sansa c200), which puts the sansa c200 display controller in standby when the backlight is turned off and thereby improves runtime. I measured 40 minutes improvement over a runtime of about 14h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18198 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r--firmware/export/config-c200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index 81b79373e4..d7b8e7e824 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -48,7 +48,7 @@
48#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 48#define LCD_PIXELFORMAT RGB565 /* rgb565 */
49 49
50/* define this if you have LCD enable function */ 50/* define this if you have LCD enable function */
51/* TODO: #define HAVE_LCD_ENABLE */ 51#define HAVE_LCD_ENABLE
52 52
53/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 53/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
54 should be defined as well. */ 54 should be defined as well. */