mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Save a few bytes on hwcodec targets...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10937 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
98f78870f8
commit
1ecdbcced2
3 changed files with 6 additions and 5 deletions
|
|
@ -77,6 +77,7 @@ const unsigned char bitmap_icons_7x8[][7] =
|
|||
{0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */
|
||||
};
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
const unsigned char bitmap_icons_18x8[][18] =
|
||||
{
|
||||
{0x00, 0x00, 0x00, 0x00,0x3e, 0x04, 0x08, 0x04, 0x3e, 0x00, 0x3e, 0x2a,
|
||||
|
|
@ -99,7 +100,6 @@ const unsigned char bitmap_icons_18x8[][18] =
|
|||
0x00, 0x1e, 0x20, 0x18, 0x06, 0x00} /* wav */
|
||||
};
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
const unsigned char bitmap_icons_12x8[][12] =
|
||||
{
|
||||
{0x00, 0x00, 0x00, 0x00, 0x3e, 0x2a, 0x3e, 0x00, 0x3e, 0x10, 0x28, 0x00}, /* 8khz */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue