summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/backlight.c')
-rw-r--r--firmware/backlight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index a84fc8b280..df13fa11ef 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -64,6 +64,7 @@ static inline void __backlight_on(void)
64 and_l(~0x00020000, &GPIO1_OUT); 64 and_l(~0x00020000, &GPIO1_OUT);
65#elif CONFIG_BACKLIGHT == BL_IRIVER_H300 65#elif CONFIG_BACKLIGHT == BL_IRIVER_H300
66 lcd_enable(true); 66 lcd_enable(true);
67 sleep(HZ/100); /* lcd needs time - avoid flashing for dark screens */
67 or_l(0x00020000, &GPIO1_OUT); 68 or_l(0x00020000, &GPIO1_OUT);
68#elif CONFIG_BACKLIGHT == BL_RTC 69#elif CONFIG_BACKLIGHT == BL_RTC
69 /* Enable square wave */ 70 /* Enable square wave */