mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
The player firmware now autodetects the LCD type. No need for two player versions anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e0a75c596
commit
0a4b247080
10 changed files with 79 additions and 51 deletions
|
|
@ -212,3 +212,13 @@ bool oscillograph(void)
|
|||
/* does nothing */
|
||||
return false;
|
||||
}
|
||||
|
||||
void lcd_double_height(bool onoff)
|
||||
{
|
||||
(void)onoff;
|
||||
}
|
||||
|
||||
bool has_new_lcd(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue