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 2cf40d5758..5d6527d7a4 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -197,7 +197,7 @@ struct plugin_api {
197 void (*lcd_putsxyf)(int x, int y, const unsigned char *fmt, ...); 197 void (*lcd_putsxyf)(int x, int y, const unsigned char *fmt, ...);
198 void (*lcd_puts)(int x, int y, const unsigned char *string); 198 void (*lcd_puts)(int x, int y, const unsigned char *string);
199 void (*lcd_putsf)(int x, int y, const unsigned char *fmt, ...); 199 void (*lcd_putsf)(int x, int y, const unsigned char *fmt, ...);
200 void (*lcd_puts_scroll)(int x, int y, const unsigned char* string); 200 bool (*lcd_puts_scroll)(int x, int y, const unsigned char* string);
201 void (*lcd_scroll_stop)(void); 201 void (*lcd_scroll_stop)(void);
202#ifdef HAVE_LCD_CHARCELLS 202#ifdef HAVE_LCD_CHARCELLS
203 void (*lcd_define_pattern)(unsigned long ucs, const char *pattern); 203 void (*lcd_define_pattern)(unsigned long ucs, const char *pattern);