mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 05:35:20 -05:00
Changed the battery icon so it doesn't clear the inner part of the icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8fd23edde5
commit
b3e41c711b
1 changed files with 17 additions and 17 deletions
|
|
@ -55,23 +55,23 @@ static char* icon_battery_bit[]=
|
|||
static char* icon_battery[]=
|
||||
{
|
||||
" ********************************** ",
|
||||
"* * ",
|
||||
"* * ",
|
||||
"* * ",
|
||||
"* * ",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* *****",
|
||||
"* * ",
|
||||
"* * ",
|
||||
"* * ",
|
||||
"* * ",
|
||||
"*..................................* ",
|
||||
"*..................................* ",
|
||||
"*..................................* ",
|
||||
"*..................................* ",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................*****",
|
||||
"*..................................* ",
|
||||
"*..................................* ",
|
||||
"*..................................* ",
|
||||
"*..................................* ",
|
||||
" ********************************** ",
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue