forked from len0rd/rockbox
FlipIt: Separate graphics for 160x128 pixel LCDs, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11259 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
df0ee35f6a
commit
e2b2f8e222
6 changed files with 9 additions and 2 deletions
|
|
@ -34,7 +34,9 @@ rockblox_background.112x64x1.bmp
|
|||
|
||||
/* Flip it */
|
||||
#ifndef HAVE_LCD_COLOR
|
||||
#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
|
||||
#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
|
||||
flipit_cursor.28x28x1.bmp
|
||||
#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
|
||||
flipit_cursor.25x25x1.bmp
|
||||
#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62
|
||||
flipit_cursor.16x13x1.bmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue