diff options
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 6b51cdb..598f759 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -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 */ |