screen_access add set_drawinfo

Change-Id: I32e4932eb3a6f06d45aff2cd767484d254a1c9ff
This commit is contained in:
William Wilgus 2025-02-08 00:35:43 -05:00 committed by William Wilgus
parent b94b0d3bf4
commit e09b466554
4 changed files with 15 additions and 24 deletions

View file

@ -94,6 +94,7 @@ struct screen
unsigned (*get_foreground)(void);
void (*set_background)(unsigned background);
void (*set_foreground)(unsigned foreground);
void (*set_drawinfo)(int mode, unsigned foreground, unsigned background);
#endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */
void (*update_rect)(int x, int y, int width, int height);
void (*update_viewport_rect)(int x, int y, int width, int height);