forked from len0rd/rockbox
Add appropriate sized cards for 640x480 screens based on svg-cards-2.0. SOURCES is setup for 640x480 on a number of plugins as well, but graphics are not committed yet: will add as plugins are tested
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21279 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85d8e95e55
commit
414f6c558b
5 changed files with 39 additions and 3 deletions
|
@ -22,6 +22,9 @@ bubbles_bubble.220x176x1.bmp
|
|||
#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
|
||||
((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320))
|
||||
bubbles_bubble.320x240x1.bmp
|
||||
#elif ((LCD_WIDTH == 640) && (LCD_HEIGHT == 480)) || \
|
||||
((LCD_WIDTH == 480) && (LCD_HEIGHT == 640))
|
||||
bubbles_bubble.640x480x1.bmp
|
||||
#endif
|
||||
|
||||
/* Flip it */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue