diff options
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 5 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp | bin | 0 -> 36918 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp | bin | 0 -> 13366 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index df93395..4d98b7e 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -136,6 +136,9 @@ bubbles_background.128x128x16.bmp #elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) bubbles_emblem.132x80x16.bmp bubbles_background.132x80x16.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) +bubbles_emblem.132x80x16.bmp +bubbles_background.128x96x16.bmp #endif #elif LCD_DEPTH <= 2 /* greyscale, mono */ #if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) @@ -469,6 +472,8 @@ rockblox_background.160x128x16.bmp rockblox_background.128x128x16.bmp #elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) rockblox_background.132x80x16.bmp +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) +rockblox_background.128x96x2.bmp #endif #elif LCD_DEPTH == 2 /* greyscale versions */ #if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) diff --git a/apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp Binary files differnew file mode 100755 index 0000000..e285a81 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp diff --git a/apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp Binary files differnew file mode 100755 index 0000000..0d57692 --- /dev/null +++ b/apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp |