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, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index b2e798d0e8..507d36d4e9 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -194,9 +194,9 @@ struct plugin_api {
194 void (*lcd_remote_puts)(int x, int y, const unsigned char *string); 194 void (*lcd_remote_puts)(int x, int y, const unsigned char *string);
195 void (*lcd_remote_lcd_puts_scroll)(int x, int y, const unsigned char* string); 195 void (*lcd_remote_lcd_puts_scroll)(int x, int y, const unsigned char* string);
196 void (*lcd_remote_lcd_stop_scroll)(void); 196 void (*lcd_remote_lcd_stop_scroll)(void);
197 197#ifndef SIMULATOR
198 void (*lcd_remote_roll)(int pixels); 198 void (*lcd_remote_roll)(int pixels);
199 199#endif
200 void (*lcd_remote_set_drawmode)(int mode); 200 void (*lcd_remote_set_drawmode)(int mode);
201 int (*lcd_remote_get_drawmode)(void); 201 int (*lcd_remote_get_drawmode)(void);
202 void (*lcd_remote_setfont)(int font); 202 void (*lcd_remote_setfont)(int font);