summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index af52527fc0..3664ecb13d 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -84,6 +84,8 @@ struct screen
84 int x, int y, int width, int height); 84 int x, int y, int width, int height);
85 void (*bitmap)(const fb_data *src, 85 void (*bitmap)(const fb_data *src,
86 int x, int y, int width, int height); 86 int x, int y, int width, int height);
87 void (*transparent_bitmap)(const fb_data *src,
88 int x, int y, int width, int height);
87 void (*set_drawmode)(int mode); 89 void (*set_drawmode)(int mode);
88#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) 90#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1)
89 void (*set_background)(unsigned background); 91 void (*set_background)(unsigned background);