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.

- use correct define (make lamp plugin work again)

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

+2 -2
+2 -2
apps/plugins/lamp.c
··· 134 134 #endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ 135 135 136 136 #ifdef HAVE_LCD_INVERT 137 - #ifdef OLYMPUS_MROBE_100 137 + #ifdef MROBE_100 138 138 /* mrobe-100 has inverted display so invert it for max brightness */ 139 139 rb->lcd_set_invert_display(true); 140 140 #else 141 141 rb->lcd_set_invert_display(false); 142 - #endif /* OLYMPUS_MROBE_100 */ 142 + #endif /* MROBE_100 */ 143 143 #endif /* HAVE_LCD_INVERT */ 144 144 145 145 backlight_force_on(rb);