1
0
Fork 0
forked from len0rd/rockbox

chip icon for UCL files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2003-07-27 22:09:49 +00:00
parent 8d2a4084e1
commit 987b553f9e
2 changed files with 2 additions and 1 deletions

View file

@ -65,6 +65,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
{ 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }, /* Text file */
{ 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */
{ 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */
{ 0x2a, 0x7f, 0x41, 0x41, 0x7f, 0x2a }, /* UCL flash file */
};
unsigned char bitmap_icons_7x8[][7] =

View file

@ -29,7 +29,7 @@ enum icons_6x8 {
Folder, Directory, Playlist, Repeat,
Selected, Cursor, Wps, Mod_Ajz,
Font, Language, Text, Config,
Plugin,
Plugin, Flashfile,
LastIcon
};