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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index c167708fbf..6111de9de4 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -76,11 +76,7 @@ struct screen
76 int x, int y, int width, int height); 76 int x, int y, int width, int height);
77 void (*set_drawmode)(int mode); 77 void (*set_drawmode)(int mode);
78#if LCD_DEPTH > 1 78#if LCD_DEPTH > 1
79#if HAVE_LCD_COLOR 79 void (*set_background)(unsigned background);
80 void (*set_background)(struct rgb color);
81#else
82 void (*set_background)(int brightness);
83#endif
84#endif /* LCD_DEPTH > 1 */ 80#endif /* LCD_DEPTH > 1 */
85 void (*update_rect)(int x, int y, int width, int height); 81 void (*update_rect)(int x, int y, int width, int height);
86 void (*fillrect)(int x, int y, int width, int height); 82 void (*fillrect)(int x, int y, int width, int height);