forked from len0rd/rockbox
Add lcd_sleep stub to sim too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1bbd58e2d8
commit
979c2b7c66
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ int lcd_default_contrast(void)
|
||||||
return 28;
|
return 28;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void lcd_sleep(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
void lcd_remote_set_contrast(int val)
|
void lcd_remote_set_contrast(int val)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue