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

2048 plugin: Fix disappearing numbers (FS#13303)

Change-Id: I9df42b9ea1dbf4de0713fe1df583e4a16a4a9426

authored by

Christian Soffke and committed by
Aidan MacDonald
b14df907 7af98ce6

+4
+4
apps/plugins/bitmaps/native/SOURCES
··· 8 8 _2048_tiles.36x36x24.bmp 9 9 _2048_background.168x168x24.bmp 10 10 #elif MIN(LCD_WIDTH, LCD_HEIGHT)>=132 || MIN(LCD_WIDTH, LCD_HEIGHT)>=128 11 + #if (LCD_DEPTH > 2) 11 12 _2048_tiles.26x26x24.bmp 13 + #else 14 + _2048_tiles.26x26x2.bmp 15 + #endif 12 16 _2048_background.121x121x24.bmp 13 17 #elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110 14 18 _2048_tiles.22x22x24.bmp
apps/plugins/bitmaps/native/_2048_tiles.26x26x2.bmp

This is a binary file and will not be displayed.