diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 5ac4aa7cc2..5b6d7cf872 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -228,8 +228,8 @@ struct plugin_api { void (*lcd_remote_clear_display)(void); void (*lcd_remote_setmargins)(int x, int y); void (*lcd_remote_puts)(int x, int y, const unsigned char *string); - void (*lcd_remote_lcd_puts_scroll)(int x, int y, const unsigned char* string); - void (*lcd_remote_lcd_stop_scroll)(void); + void (*lcd_remote_puts_scroll)(int x, int y, const unsigned char* string); + void (*lcd_remote_stop_scroll)(void); void (*lcd_remote_set_drawmode)(int mode); int (*lcd_remote_get_drawmode)(void); void (*lcd_remote_setfont)(int font); |