forked from len0rd/rockbox
Flashlight plugin: support inverted LCD (somebody with a target please test), replace the ugly floats with a much simpler color set. For now white and red are defined.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17230 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bcb442d0a2
commit
8efd5d3fdf
3 changed files with 49 additions and 72 deletions
|
|
@ -728,7 +728,9 @@ struct plugin_api {
|
|||
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
||||
void (*backlight_set_brightness)(int val);
|
||||
#endif /* HAVE_BACKLIGHT_BRIGHTNESS */
|
||||
|
||||
#ifdef HAVE_LCD_INVERT
|
||||
void (*lcd_set_invert_display)(bool yesno);
|
||||
#endif /* HAVE_LCD_INVERT */
|
||||
};
|
||||
|
||||
/* plugin header */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue