summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9ca1473..461966e 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -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 */