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

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