From f5e7a76bf01a476001f11cf9a741185e031a7060 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Tue, 1 Mar 2005 22:55:52 +0000 Subject: Ondio activity icon changed to MMC/flash symbol (thanks Jens) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6099 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'apps/recorder/icons.c') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 222024cc70..515c08ccc9 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -72,10 +72,13 @@ const unsigned char bitmap_icons_7x8[][7] = {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */ {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */ {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ +}; + #ifndef HAVE_LED - {0x1c,0x22,0x41,0x49,0x41,0x22,0x1c}, /* Disk/MMC activity */ +/* Disk/MMC activity */ +const unsigned char bitmap_icon_disk[12] = + {0x15,0x3f,0x7d,0x7B,0x77,0x67,0x79,0x7b,0x57,0x4f,0x47,0x7f}; #endif -}; #if LCD_WIDTH == 112 || LCD_WIDTH == 128 /* Archos Jukebox/ Ondio + Gmini LCD width */ @@ -408,7 +411,7 @@ void statusbar_icon_lock(void) */ void statusbar_led(void) { - lcd_bitmap(bitmap_icons_7x8[Icon_Disk], ICON_DISK_X_POS, + lcd_bitmap(bitmap_icon_disk, ICON_DISK_X_POS, STATUSBAR_Y_POS, ICON_DISK_WIDTH, STATUSBAR_HEIGHT, false); } #endif -- cgit v1.2.3