1
0
Fork 0
forked from len0rd/rockbox

Added icons for charcell simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1857 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mats Lidell 2002-08-21 10:43:31 +00:00
parent 89d2285e00
commit 6866cef936
4 changed files with 23 additions and 6 deletions

View file

@ -63,7 +63,7 @@ bool statusbar(bool state)
void status_draw(void)
{
#if defined(HAVE_LCD_CHARCELLS) && !defined(SIMULATOR)
#if defined(HAVE_LCD_CHARCELLS)
int battlevel = battery_level();
int volume = mpeg_val2phys(SOUND_VOLUME, global_settings.volume);