Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Font problems with the alarm setting


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

+2
+2
apps/alarm_menu.c
··· 57 57 char buf[32]; 58 58 59 59 lcd_clear_display(); 60 + lcd_setfont(FONT_SYSFIXED); 61 + lcd_setmargins(0, 0); 60 62 lcd_puts(0,1, str(LANG_ALARM_MOD_KEYS)); 61 63 62 64 while(!done) {