summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-09-08 15:23:13 +0200
committerSzymon Dziok <b0hoon@o2.pl>2014-09-08 15:23:13 +0200
commitc986655b64c072a4a57807fc5d80ae25dfef4126 (patch)
tree97df58e2e8b28d0da471f6c310c1a39c9180e923 /apps
parent5e0baf29222f9a8b1bc6c993c82e523036fdcc05 (diff)
downloadrockbox-c986655b64c072a4a57807fc5d80ae25dfef4126.tar.gz
rockbox-c986655b64c072a4a57807fc5d80ae25dfef4126.zip
Correction of the Sliding puzzle on Samsung YH-820.
Change-Id: Iceef613d8f99da75c7861e0ca472bc67e94a51f9
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
-rw-r--r--apps/plugins/bitmaps/native/sliding_puzzle.96x96x16.bmpbin0 -> 27702 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 2cd45917d9..90376d8ecd 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -887,6 +887,8 @@ matrix_normal.bmp
#if defined HAVE_LCD_COLOR
#if SMALLER_DIMENSION <= 80
sliding_puzzle.80x80x16.bmp
+#elif SMALLER_DIMENSION <= 96
+sliding_puzzle.96x96x16.bmp
#elif SMALLER_DIMENSION <= 108
sliding_puzzle.108x108x16.bmp
#elif SMALLER_DIMENSION <= 128
diff --git a/apps/plugins/bitmaps/native/sliding_puzzle.96x96x16.bmp b/apps/plugins/bitmaps/native/sliding_puzzle.96x96x16.bmp
new file mode 100644
index 0000000000..097308d0c8
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sliding_puzzle.96x96x16.bmp
Binary files differ