forked from len0rd/rockbox
Flipit grayscale bitmaps for native grayscale LCDs
(tested simulators: h1x0, ipod mini and ipod 4g) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10106 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
27762e123c
commit
101638f831
4 changed files with 37 additions and 4 deletions
|
@ -127,6 +127,12 @@ flipit_tokens.40x40.bmp
|
|||
#else
|
||||
flipit_tokens.30x30.bmp
|
||||
#endif
|
||||
#elif LCD_DEPTH >= 2
|
||||
#if LCD_WIDTH >= 150
|
||||
flipit_tokens.30x30x2.bmp
|
||||
#else
|
||||
flipit_tokens.20x20x2.bmp
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Star */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue