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, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 36804de..bc77995 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -180,6 +180,8 @@ struct plugin_api {
void (*remote_backlight_off)(void);
void (*remote_set_contrast)(int val);
void (*remote_update)(void);
+ void (*remote_bitmap) (const unsigned char *src, int x, int y,
+ int nx, int ny, bool clear);
unsigned char* lcd_remote_framebuffer;
#endif