add missing has_button_vformat for some boxmodels

Origin commit data
------------------
Branch: master
Commit: 2cab94ce6d
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-09 (Sun, 09 May 2021)

Origin message was:
------------------
- add missing has_button_vformat for some boxmodels

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-05-09 21:25:43 +02:00
parent bf8a99aa68
commit ca178ea147

View File

@@ -88,6 +88,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_has_statusline = 0; // 0 because we use graphlcd/lcd4linux
caps.display_has_colon = 0;
caps.has_button_timer = 1;
caps.has_button_vformat = 0;
caps.has_HDMI = 2;
caps.has_HDMI_input = 1;
strcpy(caps.startup_file, "STARTUP");
@@ -235,6 +236,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_can_umlauts = 0;
caps.display_has_statusline = 0;
caps.has_button_timer = 1;
caps.has_button_vformat = 0;
caps.has_HDMI = 1;
strcpy(caps.startup_file, "STARTUP_LINUX");
strcpy(caps.boxvendor, "AX-Technologies");