屏模组添加colorinfo设置、修改配置项UI样式

This commit is contained in:
xinzhu.yin
2026-05-28 10:20:17 +08:00
parent c63b9ef615
commit f8f2d471e5
8 changed files with 752 additions and 155 deletions

View File

@@ -10,9 +10,16 @@
"contrast"
],
"timing": "OVT 1280x 720 @ 120Hz",
"data_range": "Full",
"color_format": "RGB",
"bpc": 8,
"colorimetry": "sRGB",
"colorimetry": "DCI-P3",
"patterns": {
"gamut": "rgb",
"gamma": "gray",
"cct": "gray",
"contrast": "rgb"
},
"cct_params": {
"x_ideal": 0.3127,
"x_tolerance": 0.003,
@@ -28,9 +35,17 @@
"accuracy"
],
"timing": "OVT 1280x 720 @ 120Hz",
"data_range": "Full",
"color_format": "RGB",
"bpc": 8,
"colorimetry": "sRGB",
"patterns": {
"gamut": "rgb",
"gamma": "gray",
"cct": "gray",
"contrast": "rgb",
"accuracy": "accuracy"
},
"cct_params": {
"x_ideal": 0.3127,
"x_tolerance": 0.003,
@@ -49,9 +64,17 @@
"accuracy"
],
"timing": "DMT 1920x 1080 @ 60Hz",
"data_range": "Full",
"color_format": "RGB",
"bpc": 8,
"colorimetry": "sRGB",
"patterns": {
"gamut": "rgb",
"eotf": "gray",
"cct": "gray",
"contrast": "rgb",
"accuracy": "accuracy"
},
"cct_params": {
"x_ideal": 0.3127,
"x_tolerance": 0.003,