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

@@ -40,6 +40,7 @@ typedef struct hw_caps
int display_can_set_brightness;
int display_can_deepstandby;
int display_has_statusline;
int display_has_colon;
int has_button_timer;
int has_button_vformat;
char boxvendor[64];