diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-14 20:26:20 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-14 20:26:20 +0000 |
commit | 41b235dacffda5a9970c913de18ad8eea74ab4d0 (patch) | |
tree | dfc8586c487941d360cce5be8cbf88fc01a99430 /firmware/export/config-h10.h | |
parent | 14698f5a20fe67606df35ccf279b02c81f4959d5 (diff) |
Fix red. No bother with lcd power management calls in bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17508 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r-- | firmware/export/config-h10.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 7e64494061..071fb0f650 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -47,6 +47,7 @@ #define LCD_DEPTH 16 /* 65536 colours */ #define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ +#ifndef BOOTLOADER /* Define this if your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE @@ -55,6 +56,7 @@ * We can currently put the lcd to sleep but it won't wake up properly */ #define HAVE_LCD_SLEEP #define HAVE_LCD_SLEEP_SETTING +#endif /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP |