summaryrefslogtreecommitdiffstats
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2005-11-19 07:58:20 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2005-11-19 07:58:20 +0000
commit05fdb1ad30bbeeabe3cb74f4f5d366a53c8f3cef (patch)
tree83081b5d7b933b118a4672b4cf0c4750220ed69b /firmware/export/lcd-remote.h
parent80ed9ead8748f2f569b35a7af1f9487990b10c42 (diff)
downloadrockbox-05fdb1ad30bbeeabe3cb74f4f5d366a53c8f3cef.tar.gz
rockbox-05fdb1ad30bbeeabe3cb74f4f5d366a53c8f3cef.zip
Added option to reduce (and almost prevent) the remote lcd ticking
problem with a cost slightly more CPU usage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7985 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index bc7f84ca83..6d5091fc66 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -34,6 +34,7 @@ extern void lcd_remote_backlight_on(void);
extern void lcd_remote_backlight_off(void);
extern int lcd_remote_default_contrast(void);
extern void lcd_remote_set_contrast(int val);
+extern void lcd_remote_emireduce(bool state);
extern void lcd_remote_clear_display(void);
extern void lcd_remote_puts(int x, int y, const unsigned char *string);