feat(display): expose HDR toggle workaround delay to user (#3579)

This commit is contained in:
Lukas Senionis
2025-02-18 16:32:21 +02:00
committed by GitHub
parent 9aaa40c3ca
commit fa22227fca
7 changed files with 30 additions and 17 deletions

View File

@@ -84,7 +84,7 @@ namespace config {
struct dd_t {
struct workarounds_t {
bool hdr_toggle; ///< Specify whether to apply HDR high-contrast color workaround.
std::chrono::milliseconds hdr_toggle_delay; ///< Specify whether to apply HDR high-contrast color workaround and what delay to use.
};
enum class config_option_e {