mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Resistor plugin:
crop the smallest bitmap so it's usable for any small screen and nut just the c200 make the layout a bit more flexible git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28193 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23718ad646
commit
09cb453f0b
4 changed files with 17 additions and 44 deletions
|
@ -897,10 +897,10 @@ resistor.220x176x16.bmp
|
|||
resistor.176x220x16.bmp
|
||||
#elif (LCD_WIDTH >= 160)
|
||||
resistor.160x128x16.bmp
|
||||
#elif (LCD_WIDTH >= 132)
|
||||
resistor.132x80x16.bmp
|
||||
#elif (LCD_WIDTH >= 128)
|
||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96)
|
||||
resistor.128x128x16.bmp
|
||||
#else
|
||||
resistor.68x20x16.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue