activate umlauts for hd51

This commit is contained in:
GetAway
2021-05-08 13:52:25 +02:00
parent ed01ec8082
commit 3bb361a089
5 changed files with 22 additions and 2 deletions

View File

@@ -38,8 +38,9 @@ typedef struct hw_caps
display_type_t display_type;
int display_xres; /* x resolution or chars per line */
int display_yres;
int display_can_set_brightness;
int display_can_deepstandby;
int display_can_set_brightness;
int display_can_umlauts;
int display_has_statusline;
int display_has_colon;
int has_button_timer;