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

Plugin 2048: optimize small tiles

Change 12x12 and 22x22 sized tiles to hand-optimized ones
with better readibility :)
Tile values >= 1024 are abbreviated to "1k", "2k" etc.

Change-Id: I15f4649b20442b71027a3b1564bc51c7e72105ce

authored by

Sebastian Leonhardt and committed by
Gerrit Rockbox
166da9ad 87229a49

+4
apps/plugins/bitmaps/native/_2048_tiles.12x12x24.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/_2048_tiles.22x22x24.bmp

This is a binary file and will not be displayed.

+4
manual/plugins/2048.tex
··· 5 5 6 6 The game is won when a tile with a value of 2048 is created, and the player loses when there are no more possible moves. 7 7 8 + \note{On players with a small screen tiles with a value greater than 1000 are shortened 9 + to ``1k'', ``2k'' and so forth (\emph{k} is the abbreviation of \emph{kilo}, 10 + which -- in computer talk -- means a multiple of 1024).} 11 + 8 12 \begin{btnmap} 9 13 \PluginUp, \PluginDown, \PluginLeft, \PluginRight 10 14 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight}