summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-09-29 20:56:07 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-09-29 20:56:07 +0000
commitf548336e271f970d7ccd8a84e85ce8590ff7deab (patch)
treeca505478d72d93a2417731b8bb562c6da23576d2 /firmware/export/lcd.h
parent18318d200e3f010dd70053b30f20f66c2eccf9fa (diff)
downloadrockbox-f548336e271f970d7ccd8a84e85ce8590ff7deab.zip
rockbox-f548336e271f970d7ccd8a84e85ce8590ff7deab.tar.gz
rockbox-f548336e271f970d7ccd8a84e85ce8590ff7deab.tar.bz2
rockbox-f548336e271f970d7ccd8a84e85ce8590ff7deab.tar.xz
Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199). Original patch by Tomasz Mon, modified by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14907 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 2ea9906..eb67a12 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -288,6 +288,10 @@ extern bool lcd_enabled(void);
extern void lcd_sleep(void);
#endif /* HAVE_LCD_SLEEP */
+#ifdef HAVE_LCD_SHUTDOWN
+void lcd_shutdown(void);
+#endif
+
/* Bitmap formats */
enum
{