forked from len0rd/rockbox
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
This commit is contained in:
parent
80ed9ead87
commit
05fdb1ad30
6 changed files with 41 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue