Sliding puzzle couldn't handle large fonts very well. Now it uses the SYSFIXED font.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
199cf18549
commit
e8e6c38732
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
|
|
||||||
/* print instructions */
|
/* print instructions */
|
||||||
rb->lcd_clear_display();
|
rb->lcd_clear_display();
|
||||||
|
rb->lcd_setfont(FONT_SYSFIXED);
|
||||||
rb->lcd_putsxy(3, 18, "[OFF] to stop");
|
rb->lcd_putsxy(3, 18, "[OFF] to stop");
|
||||||
rb->lcd_putsxy(3, 28, "[F1] shuffle");
|
rb->lcd_putsxy(3, 28, "[F1] shuffle");
|
||||||
rb->lcd_putsxy(3, 38, "[F2] change pic");
|
rb->lcd_putsxy(3, 38, "[F2] change pic");
|
||||||
|
|
Loading…
Reference in a new issue