From c9f59e6f75bcfa25a563fedd77bfa77b3617f133 Mon Sep 17 00:00:00 2001 From: Rani Hod Date: Tue, 8 Aug 2006 22:03:56 +0000 Subject: Accepted FS #5772 by Michael Sevakis 1. X5 lcd sleep 2. #define HAVE_LCD_ENABLE 3. add "backlight (on hold switch)" setting, adapted from FS #5735 Note that the while(1) yield ==> asm("halt") part is NOT commited here, I prefer it would be discussed separately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10489 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-h300.h') diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index e98b60c9fc..6d5fbabbdf 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -70,6 +70,9 @@ #ifndef SIMULATOR +/* Define this if your LCD can be enabled/disabled */ +#define HAVE_LCD_ENABLE + /* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU MCF5249 @@ -126,4 +129,4 @@ /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER -#endif +#endif /* SIMULATOR */ -- cgit v1.2.3