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:
Kjell Ericson 2002-11-01 08:10:33 +00:00
parent 8fd23edde5
commit b3e41c711b

View file

@ -55,23 +55,23 @@ static char* icon_battery_bit[]=
static char* icon_battery[]= static char* icon_battery[]=
{ {
" ********************************** ", " ********************************** ",
"* * ", "*..................................* ",
"* * ", "*..................................* ",
"* * ", "*..................................* ",
"* * ", "*..................................* ",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* *****", "*..................................*****",
"* * ", "*..................................* ",
"* * ", "*..................................* ",
"* * ", "*..................................* ",
"* * ", "*..................................* ",
" ********************************** ", " ********************************** ",
NULL NULL
}; };