From d5dda2c360536367c7b51b74d7f44e710c08bdc6 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Tue, 25 Jun 2002 07:27:29 +0000 Subject: slider bar is now available git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1166 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'apps/recorder/icons.c') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index ccd920ce80..50475eb8c9 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -22,6 +22,18 @@ #ifdef HAVE_LCD_BITMAP +unsigned char slider_bar[] = +{ + 0x38, 0x28, 0x28, 0x28, 0x28, + 0x7c, 0x28, 0x28, 0x28, 0x28, + 0x7c, 0x28, 0x28, 0x28, 0x28, + 0x7c, 0x28, 0x28, 0x28, 0x28, + 0x7c, 0x28, 0x28, 0x28, 0x28, + 0x7c, 0x28, 0x28, 0x28, 0x28, + 0x7c, 0x28, 0x28, 0x28, 0x28, + 0x7c, 0x28, 0x28, 0x28, 0x28, 0x38 +}; + unsigned char bitmap_icons_6x8[LastIcon][6] = { /* Box_Filled */ -- cgit v1.2.3