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.

make grey targets reject viewport colours if theyare more than one letter (i.e %Vb(333333) )

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

+1 -1
+1 -1
apps/misc.c
··· 920 920 #endif 921 921 922 922 #if LCD_DEPTH == 2 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH == 2) 923 - if (!is0123(*text)) 923 + if (text[1] != '\0' || !is0123(*text)) 924 924 return false; 925 925 *value = *text - '0'; 926 926 #endif