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.

nwze370: fix bootloader regression I caused

Change-Id: Ia14a9f46b4a6cc393043f59b586457e982472dc0

nift4 df3712e7 b1511738

+5
+5
firmware/target/arm/imx233/sony-nwz/backlight-nwz.c
··· 48 48 imx233_pinctrl_acquire(0, 10, "backlight_enable"); 49 49 imx233_pinctrl_set_function(0, 10, PINCTRL_FUNCTION_GPIO); 50 50 imx233_pinctrl_enable_gpio(0, 10, true); 51 + #ifndef BOOTLOADER 51 52 backlight_hw_brightness(0); 52 53 return false; 54 + #else 55 + backlight_hw_brightness(DEFAULT_BRIGHTNESS_SETTING); 56 + return true; 57 + #endif 53 58 } 54 59 55 60 void backlight_hw_on(void)