diff options
Diffstat (limited to 'apps/screen_access.h')
| -rw-r--r-- | apps/screen_access.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index c167708..6111de9 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -76,11 +76,7 @@ struct screen int x, int y, int width, int height); void (*set_drawmode)(int mode); #if LCD_DEPTH > 1 -#if HAVE_LCD_COLOR - void (*set_background)(struct rgb color); -#else - void (*set_background)(int brightness); -#endif + void (*set_background)(unsigned background); #endif /* LCD_DEPTH > 1 */ void (*update_rect)(int x, int y, int width, int height); void (*fillrect)(int x, int y, int width, int height); |