hardware_caps.cpp: introduce display_has_colon for coolstream

This commit is contained in:
GetAway
2020-07-16 18:56:08 +02:00
parent 983f2e9306
commit 6c8f043f47
2 changed files with 2 additions and 0 deletions

View File

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