summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c
index 2f91545edc..89fe25c28f 100644
--- a/apps/plugins/lamp.c
+++ b/apps/plugins/lamp.c
@@ -134,12 +134,12 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
134#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ 134#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */
135 135
136#ifdef HAVE_LCD_INVERT 136#ifdef HAVE_LCD_INVERT
137#ifdef OLYMPUS_MROBE_100 137#ifdef MROBE_100
138 /* mrobe-100 has inverted display so invert it for max brightness */ 138 /* mrobe-100 has inverted display so invert it for max brightness */
139 rb->lcd_set_invert_display(true); 139 rb->lcd_set_invert_display(true);
140#else 140#else
141 rb->lcd_set_invert_display(false); 141 rb->lcd_set_invert_display(false);
142#endif /* OLYMPUS_MROBE_100 */ 142#endif /* MROBE_100 */
143#endif /* HAVE_LCD_INVERT */ 143#endif /* HAVE_LCD_INVERT */
144 144
145 backlight_force_on(rb); 145 backlight_force_on(rb);