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.

Minor cosmetic fix in the credit scroller


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

+1
+1
apps/credits.c
··· 83 83 lcd_putsxy(0, i*height+y, line+i<numnames?credits[line+i]:""); 84 84 snprintf(buffer, sizeof(buffer), " [Credits] %2d/%2d ", 85 85 line+1, numnames); 86 + lcd_clearrect(0, 0, LCD_WIDTH, height); 86 87 lcd_putsxy(0, 0, buffer); 87 88 lcd_update(); 88 89