mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
use the 160 pixels wide logo for wider LCDs too (for now at least)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6720 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b60f9ad53
commit
a7de2e28d3
3 changed files with 3 additions and 3 deletions
|
|
@ -138,7 +138,7 @@ const unsigned char rockbox112x37[]={
|
|||
|
||||
#endif
|
||||
|
||||
#if LCD_WIDTH == 160
|
||||
#if LCD_WIDTH >= 160
|
||||
/* iRiver LCD width */
|
||||
const unsigned char rockbox160x53[] = {
|
||||
0x00, 0x00, 0x00, 0x04, 0x04, 0xff, 0x04, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue