- add protek4k

This commit is contained in:
svenhoefer
2022-11-13 23:45:40 +01:00
committed by Thilo Graf
parent c668c77f34
commit 781a4d0f3a
3 changed files with 29 additions and 5 deletions

View File

@@ -267,6 +267,27 @@ hw_caps_t *get_hwcaps(void)
strcpy(caps.boxname, "E4HD 4K ULTRA");
strcpy(caps.boxarch, "BCM7252S");
#endif
#if BOXMODEL_PROTEK4K
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, "Protek");
strcpy(caps.boxname, "Protek 4K UHD");
strcpy(caps.boxarch, "BCM7252S");
#endif
#if BOXMODEL_HD60
caps.has_CI = 0;
caps.can_cec = 1;