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:
Linus Nielsen Feltzing 2003-11-20 01:08:35 +00:00
parent 199cf18549
commit e8e6c38732

View file

@ -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");