亮度和对比度步长调整为固定值:333.3f。以匹配全通……ugly APPs :(

This commit is contained in:
gb 2023-10-25 11:57:11 +08:00
parent 18bca48ffb
commit 235d760ac0
1 changed files with 2 additions and 0 deletions

View File

@ -2681,6 +2681,7 @@ void huagao_ds::init_support_caps(void)
float sf = trans_range((float)step, (float)l, (float)u, range_l, range_h, true),
nf = trans_range((float)now, (float)l, (float)u, range_l, range_h),
initf = trans_range((float)init, (float)l, (float)u, range_l, range_h);
sf = 333.30f; // 全通……部分第三方需要固定该值 :( - 2023-10-25
switch (msg) {
case Msg::Get:
//sf = 333.333f;
@ -2729,6 +2730,7 @@ void huagao_ds::init_support_caps(void)
float sf = trans_range((float)step, (float)l, (float)u, range_l, range_h, true),
nf = trans_range((float)now, (float)l, (float)u, range_l, range_h),
initf = trans_range((float)init, (float)l, (float)u, range_l, range_h);
sf = 333.30f; // 全通……部分第三方需要固定该值 :( - 2023-10-25
switch (msg) {
case Msg::Get:
// sf = 333.333f;