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.

plugin.c: It wouldn't make much sense to clear screen right before setting back colors to global settings.

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

+5 -5
+5 -5
apps/plugin.c
··· 803 803 804 804 button_clear_queue(); 805 805 806 - lcd_clear_display(); 807 - #ifdef HAVE_LCD_REMOTE 808 - lcd_remote_clear_display(); 809 - #endif 810 - 811 806 #ifdef HAVE_LCD_BITMAP 812 807 lcd_setfont(FONT_UI); 813 808 #if LCD_DEPTH > 1 ··· 831 826 #else 832 827 lcd_remote_set_drawmode(DRMODE_SOLID); 833 828 #endif 829 + #endif 830 + 831 + lcd_clear_display(); 832 + #ifdef HAVE_LCD_REMOTE 833 + lcd_remote_clear_display(); 834 834 #endif 835 835 836 836 FOR_NB_SCREENS(i)