display setting updating

This commit is contained in:
Siwat Sirichai 2023-12-31 00:51:34 +07:00
parent 19aae95252
commit b4b7232937
3 changed files with 85 additions and 1 deletions

View file

@ -98,6 +98,9 @@ class InternalDisplay : public ESPMegaDisplay {
void refreshPWMAdjustmentSlider();
void refreshPWMAdjustmentState();
void refreshPWMAdjustmentId();
void refreshNetworkConfig();
void refreshMQTTConfig();
void sendIpToDisplay(IPAddress ip);
uint8_t pmwAdjustmentPin;
// Touch handlers
void handleTouch(uint8_t page, uint8_t component, uint8_t type);