1
0
Fork 0
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:
Jens Arnold 2005-11-24 00:10:14 +00:00
parent 33289d090f
commit 548755adf1
7 changed files with 56 additions and 40 deletions

View file

@ -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