From abe11fd910f979f95454e3b44aba5a57570c6543 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 3 Sep 2002 15:58:47 +0000 Subject: Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2154 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'apps/recorder/icons.h') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 5017ed5b49..46b7c3d2d9 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -31,7 +31,31 @@ enum icons_6x8 { LastIcon }; +/* Symbolic names for icons */ +enum icons_5x8 { + Icon_Lock +}; + +enum icons_7x8 { + Icon_Plug, + Icon_Speaker, + Icon_Mute, + Icon_Play, + Icon_Stop, + Icon_Pause, + Icon_FastForward, + Icon_FastBackward, + Icon_Record, + Icon_RecPause, + Icon_Normal, + Icon_Repeat, + Icon_Shuffle, + Icon_Last +}; + +extern unsigned char bitmap_icons_5x8[1][5]; extern unsigned char bitmap_icons_6x8[LastIcon][6]; +extern unsigned char bitmap_icons_7x8[Icon_Last][7]; extern unsigned char rockbox112x37[]; @@ -57,28 +81,6 @@ extern unsigned char slider_bar[]; #define LOCK_WIDTH 5 #define TIME_X_END STATUSBAR_WIDTH-1 -/* Symbolic names for icons */ -enum -{ - Icon_Lock = 0 -}; -enum -{ - Icon_Plug = 0, - Icon_Speaker, - Icon_Mute, - Icon_Play, - Icon_Stop, - Icon_Pause, - Icon_FastForward, - Icon_FastBackward, - Icon_Record, - Icon_RecPause, - Icon_Normal, - Icon_Repeat, - Icon_Shuffle -}; - extern void statusbar_wipe(void); extern void statusbar_icon_battery(int percent, bool charging); extern void statusbar_icon_volume(int percent); -- cgit v1.2.3