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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 3664ecb13d..7b8018dc41 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -88,7 +88,10 @@ struct screen
88 int x, int y, int width, int height); 88 int x, int y, int width, int height);
89 void (*set_drawmode)(int mode); 89 void (*set_drawmode)(int mode);
90#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) 90#if (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1)
91 unsigned (*get_background)(void);
92 unsigned (*get_foreground)(void);
91 void (*set_background)(unsigned background); 93 void (*set_background)(unsigned background);
94 void (*set_foreground)(unsigned foreground);
92#endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */ 95#endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */
93 void (*update_rect)(int x, int y, int width, int height); 96 void (*update_rect)(int x, int y, int width, int height);
94 void (*fillrect)(int x, int y, int width, int height); 97 void (*fillrect)(int x, int y, int width, int height);