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:
Frank Gevaerts 2010-10-02 14:43:23 +00:00
parent 23718ad646
commit 09cb453f0b
4 changed files with 17 additions and 44 deletions

View file

@ -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 */