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, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index cb076f5b85..ccc8d1c3af 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -149,7 +149,7 @@ struct plugin_api {
149 void (*lcd_putc)(int x, int y, unsigned long ucs); 149 void (*lcd_putc)(int x, int y, unsigned long ucs);
150 void (*lcd_put_cursor)(int x, int y, unsigned long ucs); 150 void (*lcd_put_cursor)(int x, int y, unsigned long ucs);
151 void (*lcd_remove_cursor)(void); 151 void (*lcd_remove_cursor)(void);
152 void (*PREFIX(lcd_icon))(int icon, bool enable); 152 void (*lcd_icon)(int icon, bool enable);
153 void (*lcd_double_height)(bool on); 153 void (*lcd_double_height)(bool on);
154#else 154#else
155 void (*lcd_set_drawmode)(int mode); 155 void (*lcd_set_drawmode)(int mode);