summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9adefc176b..36ad3ba42b 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -154,6 +154,8 @@ struct plugin_api {
154 void (*lcd_icon)(int icon, bool enable); 154 void (*lcd_icon)(int icon, bool enable);
155 void (*lcd_double_height)(bool on); 155 void (*lcd_double_height)(bool on);
156#else 156#else
157 void (*screen_clear_area)(struct screen * display, int xstart, int ystart,
158 int width, int height);
157 void (*lcd_set_drawmode)(int mode); 159 void (*lcd_set_drawmode)(int mode);
158 int (*lcd_get_drawmode)(void); 160 int (*lcd_get_drawmode)(void);
159 void (*lcd_setfont)(int font); 161 void (*lcd_setfont)(int font);