introduce caps.display_has_colon

This commit is contained in:
GetAway
2020-07-16 14:44:13 +02:00
parent e21785e7d0
commit 87b90f25ff
6 changed files with 21 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_can_deepstandby = 1;
caps.display_can_set_brightness = 1;
caps.display_has_statusline = 0;
caps.display_has_colon = 0;
caps.has_button_timer = 1;
caps.has_HDMI = 1;
caps.has_SCART = 1;