Compare commits

..

No commits in common. "e23a21e25ff09bb5e4928d534815f77f0b2b744c" and "2f69ac54ac5ad0f3d7caaf99d65872d749a274ab" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ void lcd_refresh()
for (int i = 0; i <= 15; i++)
{
panel.writeNum("j" + String(i) + ".val", int(pwm_values[i] / 4095.0 * 100.0));
panel.writeNum("j" + String(i) + ".ppic", pwm_states[i] ? 33 : 48);
panel.writeNum("j" + String(i) + ".pco", pwm_states[i] ? 47829 : 12710);
}
break;
case 4: