diff options
Diffstat (limited to 'apps/plugins/bitmaps/mono/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index daba9bb..0152e92 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -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 */ |