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.

Fix yellow

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

+2 -1
+1 -1
apps/gui/list.c
··· 348 348 unsigned char *entry_name; 349 349 int current_item = gui_list->start_item + 350 350 (SHOW_LIST_TITLE ? i-1 : i); 351 - int style = STYLE_DEFAULT; 352 351 353 352 /* When there are less items to display than the 354 353 * current available space on the screen, we stop*/ ··· 360 359 entry_name = P2STR(s); 361 360 362 361 #ifdef HAVE_LCD_BITMAP 362 + int style = STYLE_DEFAULT; 363 363 /* position the string at the correct offset place */ 364 364 int item_width,h; 365 365 display->getstringsize(entry_name, &item_width, &h);
+1
apps/settings.c
··· 61 61 #include "splash.h" 62 62 #include "list.h" 63 63 #include "settings_list.h" 64 + #include "filetypes.h" 64 65 65 66 #if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) 66 67 #include "backdrop.h"