forked from len0rd/rockbox
Fixed disk icon display in remote status bar on iriver. * Rolled back led.c changes, introducing a changed #if condition only. Reduces code size on targets with real controllable LED.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8059 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
33289d090f
commit
548755adf1
7 changed files with 56 additions and 40 deletions
|
|
@ -100,7 +100,7 @@ void screen_init(struct screen * screen, enum screen_type screen_type)
|
|||
screen->depth=LCD_DEPTH;
|
||||
#if CONFIG_LED == LED_VIRTUAL
|
||||
screen->has_disk_led=false;
|
||||
#else
|
||||
#elif defined(HAVE_REMOTE_LCD)
|
||||
screen->has_disk_led=true;
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue