forked from len0rd/rockbox
Add 240x240 support to various plugins and rgnano manual updates
This should be all of the "standard" plugins (except sdl ones). Change-Id: Iacae3edcc69a136a9dd887f31ad6ca51a9b5aea4
This commit is contained in:
parent
a60c09c24c
commit
2aed517a07
25 changed files with 148 additions and 27 deletions
|
@ -18,7 +18,8 @@ bubbles_bubble.138x110x1.bmp
|
|||
#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
|
||||
((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
|
||||
bubbles_bubble.220x176x1.bmp
|
||||
#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
|
||||
#elif ((LCD_WIDTH == 240) && (LCD_HEIGHT == 240)) || \
|
||||
((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
|
||||
((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)) || \
|
||||
((LCD_WIDTH == 360) && (LCD_HEIGHT == 400))
|
||||
bubbles_bubble.320x240x1.bmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue