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.

Always remove double-height when resuming


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

+4 -3
+4 -3
apps/tree.c
··· 296 296 297 297 bool ask_resume(void) 298 298 { 299 + #ifdef HAVE_NEW_CHARCELL_LCD 300 + lcd_double_height(false); 301 + #endif 302 + 299 303 /* always resume? */ 300 304 if ( global_settings.resume == RESUME_ON ) 301 305 return true; 302 306 303 - #ifdef HAVE_NEW_CHARCELL_LCD 304 - lcd_double_height(false); 305 - #endif 306 307 lcd_clear_display(); 307 308 lcd_puts(0,0,"Resume?"); 308 309 #ifdef HAVE_LCD_CHARCELLS