summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES2
-rwxr-xr-xapps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmpbin0 -> 1086 bytes
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
-rwxr-xr-xapps/plugins/bitmaps/native/rockblox_background.176x220x16.bmpbin0 -> 116214 bytes
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index c165abecde..c5c26cdc0b 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -49,6 +49,8 @@ brickmania_powerups.112x64x1.bmp
49/* Rockblox */ 49/* Rockblox */
50#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 50#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
51rockblox_background.112x64x1.bmp 51rockblox_background.112x64x1.bmp
52#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
53rockblox_background.128x64x1.bmp
52#endif 54#endif
53 55
54/* Flip it */ 56/* Flip it */
diff --git a/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp b/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp
new file mode 100755
index 0000000000..09b4c08d95
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 0521f72d4a..53a8b22b21 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -318,6 +318,8 @@ rockblox_background.240x320x16.bmp
318rockblox_background.220x176x16.bmp 318rockblox_background.220x176x16.bmp
319#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16) 319#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16)
320rockblox_background.176x132x16.bmp 320rockblox_background.176x132x16.bmp
321#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220) && (LCD_DEPTH == 16)
322rockblox_background.176x220x16.bmp
321#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16) 323#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16)
322rockblox_background.160x128x16.bmp 324rockblox_background.160x128x16.bmp
323#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16) 325#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16)
diff --git a/apps/plugins/bitmaps/native/rockblox_background.176x220x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.176x220x16.bmp
new file mode 100755
index 0000000000..5046615c0f
--- /dev/null
+++ b/apps/plugins/bitmaps/native/rockblox_background.176x220x16.bmp
Binary files differ