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.

Restrict the width of some displayed messages (fixes display on Minis and Nano).


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

+7
+7
bootloader/ipod.c
··· 298 298 { 299 299 bool holdstatus=false; 300 300 301 + /* System font is 6 pixels wide */ 302 + #if LCD_WIDTH >= (30*6) 301 303 lcd_puts(0, line++, "Press MENU+SELECT to reboot"); 302 304 lcd_puts(0, line++, "then SELECT+PLAY for disk mode"); 305 + #else 306 + lcd_puts(0, line++, "Press MENU+SELECT to"); 307 + lcd_puts(0, line++, "reboot then SELECT+PLAY"); 308 + lcd_puts(0, line++, "for disk mode"); 309 + #endif 303 310 lcd_update(); 304 311 305 312 while (1) {