add E4HD Ultra

Origin commit data
------------------
Branch: master
Commit: 96ec94c5db
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-10-28 (Fri, 28 Oct 2022)

Origin message was:
------------------
- add E4HD Ultra

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-10-28 23:52:20 +02:00
parent cd597acfae
commit 9fed79ffc3
2 changed files with 26 additions and 2 deletions

View File

@@ -245,6 +245,27 @@ hw_caps_t *get_hwcaps(void)
strcpy(caps.boxname, "Zgemma H7");
strcpy(caps.boxarch, "BCM7251S");
#endif
#if BOXMODEL_E4HDULTRA
caps.has_CI = 1;
caps.can_cec = 1;
caps.can_cpufreq = 0;
caps.can_shutdown = 1;
caps.display_xres = 220;
caps.display_yres = 176;
caps.display_type = HW_DISPLAY_GFX;
caps.display_can_umlauts = 0;
caps.display_can_deepstandby = 0;
caps.display_can_set_brightness = 1;
caps.display_has_statusline = 0;
caps.display_has_colon = 0;
caps.has_button_timer = 1;
caps.has_button_vformat = 0;
caps.has_HDMI = 1;
strcpy(caps.startup_file, "STARTUP");
strcpy(caps.boxvendor, "AXAS");
strcpy(caps.boxname, "E4HD 4K ULTRA");
strcpy(caps.boxarch, "BCM7252S");
#endif
#if BOXMODEL_HD60
caps.has_CI = 0;
caps.can_cec = 1;