diff options
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r-- | apps/screen_access.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index 2713219811..04cc6f4f90 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -71,7 +71,8 @@ struct screen int (*getstringsize)(const unsigned char *str, int *w, int *h); #if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD) /* always bitmap */ void (*setfont)(int newfont); - int (*getfont)(void); + int (*getuifont)(void); + void (*setuifont)(int newfont); void (*scroll_step)(int pixels); void (*puts_style_offset)(int x, int y, const unsigned char *str, |