From 41b235dacffda5a9970c913de18ad8eea74ab4d0 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 14 May 2008 20:26:20 +0000 Subject: 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 --- firmware/export/config-e200.h | 2 ++ firmware/export/config-gigabeat.h | 2 ++ firmware/export/config-h10.h | 2 ++ firmware/export/config-iaudiox5.h | 2 ++ 4 files changed, 8 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 58b736e27c..3a4ab69082 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -47,6 +47,7 @@ #define LCD_DEPTH 16 /* 65536 colours */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ +#ifndef BOOTLOADER /* define this if you have LCD enable function */ #define HAVE_LCD_ENABLE @@ -54,6 +55,7 @@ should be defined as well. */ #define HAVE_LCD_SLEEP #define HAVE_LCD_SLEEP_SETTING +#endif /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 816796b706..8a11c936ff 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -38,6 +38,7 @@ #define LCD_DEPTH 16 /* 65k colours */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ +#ifndef BOOTLOADER /* Define this if your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE @@ -47,6 +48,7 @@ /* We don't use a setting but a fixed delay after the backlight has * turned off */ #define LCD_SLEEP_TIMEOUT (5*HZ) +#endif /* BOOTLOADER */ #define CONFIG_KEYPAD GIGABEAT_PAD 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 diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index d0a107b28d..0d6e50053f 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -59,6 +59,7 @@ #define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED +#ifndef BOOTLOADER /* Define this if your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE @@ -66,6 +67,7 @@ should be defined as well. */ #define HAVE_LCD_SLEEP #define HAVE_LCD_SLEEP_SETTING +#endif #define CONFIG_KEYPAD IAUDIO_X5M5_PAD -- cgit v1.2.3