hwcaps: add display_can_umlauts

Origin commit data
------------------
Commit: 6dd2d2bb80
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-09 (Sun, 09 May 2021)

Origin message was:
------------------
- hwcaps: add display_can_umlauts
This commit is contained in:
vanhofen
2021-05-09 21:04:09 +02:00
parent 467bc14e43
commit 19e8c52a2a
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ hw_caps_t *get_hwcaps(void) {
caps.display_yres = 0;
caps.display_can_deepstandby = (rev > 7);
caps.display_can_set_brightness = 1;
caps.display_can_umlauts = 1;
caps.display_has_statusline = 1;
caps.display_has_colon = 0;
caps.has_button_timer = 0;