hardware_caps.cpp: introduce display_has_colon for coolstream

Origin commit data
------------------
Branch: ni/coolstream
Commit: f91d5ecad8
Author: GetAway <get-away@t-online.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2020-07-16 20:07:12 +02:00
committed by vanhofen
parent 39786d7e2c
commit 5273c80a31
2 changed files with 2 additions and 0 deletions

View File

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

View File

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