lcd reinit

This commit is contained in:
Siwat Sirichai 2023-11-06 23:24:06 +07:00
parent 92aa347d53
commit fa088db00f
3 changed files with 7 additions and 0 deletions

View file

@ -958,6 +958,11 @@ void trigger13()
ESP.restart();
}
void trigger14() {
Serial.print("page dashboard");
lcd_send_stop_bit();
}
void eeprom_pwm_update()
{
if (memcmp(pwm_states, pwm_states_eeprom, 16))