forked from len0rd/rockbox
- use correct define (make lamp plugin work again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17844 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2fb70bcabb
commit
b4beb05d23
1 changed files with 2 additions and 2 deletions
|
|
@ -134,12 +134,12 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
|
||||||
#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */
|
#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */
|
||||||
|
|
||||||
#ifdef HAVE_LCD_INVERT
|
#ifdef HAVE_LCD_INVERT
|
||||||
#ifdef OLYMPUS_MROBE_100
|
#ifdef MROBE_100
|
||||||
/* mrobe-100 has inverted display so invert it for max brightness */
|
/* mrobe-100 has inverted display so invert it for max brightness */
|
||||||
rb->lcd_set_invert_display(true);
|
rb->lcd_set_invert_display(true);
|
||||||
#else
|
#else
|
||||||
rb->lcd_set_invert_display(false);
|
rb->lcd_set_invert_display(false);
|
||||||
#endif /* OLYMPUS_MROBE_100 */
|
#endif /* MROBE_100 */
|
||||||
#endif /* HAVE_LCD_INVERT */
|
#endif /* HAVE_LCD_INVERT */
|
||||||
|
|
||||||
backlight_force_on(rb);
|
backlight_force_on(rb);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue