forked from len0rd/rockbox
New target - iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f9789b45a
commit
2a7bd9fb7b
12 changed files with 334 additions and 11 deletions
|
@ -381,7 +381,7 @@ static unsigned char num_inverse[10][8]= {
|
|||
/* Numeral 9 */
|
||||
{0x3f,0x3f,0x1b,0x15,0x15,0x23,0x3f,0x3f},
|
||||
};
|
||||
#elif (LCD_HEIGHT==176) && (LCD_WIDTH==220)
|
||||
#elif (LCD_HEIGHT>=176) && (LCD_WIDTH>=220)
|
||||
/* iriver h300 */
|
||||
|
||||
/* Internal dimensions of a cell */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue