forked from len0rd/rockbox
Player: Fix the dollar sign for old LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13228 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
045d3cc9b5
commit
c69f032df4
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ const struct xchar_info xchar_info_oldlcd[] = {
|
||||||
{ 0x21, 0, 0, 0x25 }, /* ! */
|
{ 0x21, 0, 0, 0x25 }, /* ! */
|
||||||
{ 0x22, 0, 0, 0x26 }, /* " */
|
{ 0x22, 0, 0, 0x26 }, /* " */
|
||||||
{ 0x23, 0, 0, 0x27 }, /* # */
|
{ 0x23, 0, 0, 0x27 }, /* # */
|
||||||
{ 0x24, 0, 0, 0x28 }, /* $ */
|
{ 0x24, 0, 0, 0x06 }, /* $ */
|
||||||
{ 0x25, 0, 0, 0x29 }, /* % */
|
{ 0x25, 0, 0, 0x29 }, /* % */
|
||||||
{ 0x26, 0, 0, 0x2a }, /* & */
|
{ 0x26, 0, 0, 0x2a }, /* & */
|
||||||
{ 0x27, 0, 0, 0x2b }, /* ' */
|
{ 0x27, 0, 0, 0x2b }, /* ' */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue