diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 40512300aa..e2bba8332e 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -156,6 +156,8 @@ flipit_tokens.16x26x1.bmp #ifdef HAVE_LCD_COLOR #if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188 star_tiles.20x20.bmp +#elif LCD_WIDTH >= 240 && LCD_HEIGHT >= 143 +star_tiles.15x15.bmp #elif LCD_WIDTH >= 208 && LCD_HEIGHT >= 125 star_tiles.13x13.bmp #elif LCD_WIDTH >= 176 && LCD_HEIGHT >= 107 diff --git a/apps/plugins/bitmaps/native/star_tiles.15x15.bmp b/apps/plugins/bitmaps/native/star_tiles.15x15.bmp new file mode 100755 index 0000000000..a621311425 Binary files /dev/null and b/apps/plugins/bitmaps/native/star_tiles.15x15.bmp differ