A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

brickmania: adapt to 96x96 screen of sansa clip zip

Change-Id: I298e989f4b1ae274eb9a28d97c453cc473609176

+14 -1
+14 -1
apps/plugins/bitmaps/native/SOURCES
··· 2 2 3 3 /* Brickmania */ 4 4 #ifdef HAVE_LCD_COLOR 5 + #if LCD_WIDTH >= 112 5 6 brickmania_gameover.112x54x16.bmp 7 + #elif LCD_WIDTH >= 56 8 + brickmania_gameover.56x27x24.bmp 9 + #endif 6 10 7 11 #if LCD_WIDTH >= 640 /* M:Robe 500 */ 8 12 brickmania_ball.15x15x16.bmp ··· 76 80 brickmania_powerups.132x80x16.bmp 77 81 brickmania_break.132x80x16.bmp 78 82 79 - #elif LCD_WIDTH >= 96 83 + #elif LCD_WIDTH >= 128 80 84 brickmania_ball.4x4x16.bmp 81 85 brickmania_bricks.128x128x16.bmp 82 86 brickmania_pads.132x80x16.bmp ··· 84 88 brickmania_long_pads.132x80x16.bmp 85 89 brickmania_powerups.132x80x16.bmp 86 90 brickmania_break.132x80x16.bmp 91 + 92 + #elif LCD_WIDTH >= 96 93 + brickmania_ball.4x4x16.bmp 94 + brickmania_bricks.96x96x16.bmp 95 + brickmania_pads.96x96x16.bmp 96 + brickmania_short_pads.96x96x16.bmp 97 + brickmania_long_pads.96x96x16.bmp 98 + brickmania_powerups.132x80x16.bmp 99 + brickmania_break.96x96x16.bmp 87 100 88 101 #endif /* different colour displays */ 89 102
apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp

This is a binary file and will not be displayed.