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

Sliding puzzle: Fix graphics size and help text for M3. * Bubbles: Better (larger) emblems for M3.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16759 a1c6a512-1295-4272-9138-f99709370657

+7 -1
+3 -1
apps/plugins/bitmaps/native/SOURCES
··· 591 591 sliding_puzzle.240x240x16.bmp 592 592 #endif 593 593 #elif (LCD_DEPTH > 1) 594 - #if SMALLER_DIMENSION <= 110 594 + #if SMALLER_DIMENSION <= 96 595 + sliding_puzzle.96x96x2.bmp 596 + #elif SMALLER_DIMENSION <= 110 595 597 sliding_puzzle.108x108x2.bmp 596 598 #elif SMALLER_DIMENSION <= 128 597 599 sliding_puzzle.128x128x2.bmp
apps/plugins/bitmaps/native/bubbles_emblem.128x96x2.bmp

This is a binary file and will not be displayed.

apps/plugins/bitmaps/native/sliding_puzzle.96x96x2.bmp

This is a binary file and will not be displayed.

+4
apps/plugins/sliding_puzzle.c
··· 638 638 rb->lcd_putsxy(0, 18, "[OFF] to stop"); 639 639 rb->lcd_putsxy(0, 28, "[REW] shuffle"); 640 640 rb->lcd_putsxy(0, 38, "[PLAY] change pic"); 641 + #elif CONFIG_KEYPAD == IAUDIO_M3_PAD 642 + rb->lcd_putsxy(0, 18, "[REC] to stop"); 643 + rb->lcd_putsxy(0, 28, "[MODE] shuffle"); 644 + rb->lcd_putsxy(0, 38, "[MENU] change pic"); 641 645 #endif 642 646 #ifdef HAVE_ALBUMART 643 647 rb->lcd_putsxy(0,48," pic->albumart->num");