summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 2f724f3d2e..bbef2acb47 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -207,11 +207,11 @@ struct plugin_api {
207 void (*lcd_remote_vline)(int x, int y1, int y2); 207 void (*lcd_remote_vline)(int x, int y1, int y2);
208 void (*lcd_remote_drawrect)(int x, int y, int nx, int ny); 208 void (*lcd_remote_drawrect)(int x, int y, int nx, int ny);
209 void (*lcd_remote_fillrect)(int x, int y, int nx, int ny); 209 void (*lcd_remote_fillrect)(int x, int y, int nx, int ny);
210 void (*lcd_remote_bitmap_part)(const unsigned char *src, int src_x, 210 void (*lcd_remote_mono_bitmap_part)(const unsigned char *src, int src_x,
211 int src_y, int stride, int x, int y, 211 int src_y, int stride, int x, int y,
212 int width, int height);
213 void (*lcd_remote_mono_bitmap)(const unsigned char *src, int x, int y,
212 int width, int height); 214 int width, int height);
213 void (*lcd_remote_bitmap)(const unsigned char *src, int x, int y, int nx,
214 int ny);
215 void (*lcd_remote_putsxy)(int x, int y, const unsigned char *string); 215 void (*lcd_remote_putsxy)(int x, int y, const unsigned char *string);
216 void (*lcd_remote_puts_style)(int x, int y, const unsigned char *str, int style); 216 void (*lcd_remote_puts_style)(int x, int y, const unsigned char *str, int style);
217 void (*lcd_remote_puts_scroll_style)(int x, int y, const unsigned char* string, 217 void (*lcd_remote_puts_scroll_style)(int x, int y, const unsigned char* string,