diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-14 19:29:25 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-14 19:29:25 +0000 |
commit | 009cebeab263085d142c413386f1fc7760792b6d (patch) | |
tree | b78e716cd627ad53bad8a51cad007b3a2a1fa421 /firmware/export/config-h10.h | |
parent | bdc6e624bc7dd9c798a024a951b3da0dabf1ddc4 (diff) |
Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlight.c to handle lcd sleep timer. Make HAVE_LCD_SLEEP useable without a setting and use HAVE_LCD_SLEEP_SETTING when a setting is available in addition to HCD_HAVE_SLEEP. If a setting isn't used, the target must define the timeout to be used in the config.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17505 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r-- | firmware/export/config-h10.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index f46eb76b5a..7e64494061 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -54,6 +54,7 @@ * should be defined as well. * We can currently put the lcd to sleep but it won't wake up properly */ #define HAVE_LCD_SLEEP +#define HAVE_LCD_SLEEP_SETTING /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP |