s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
898 stars 166 forks source link

How to change buttontext on centerbutton from ESPUI.padwithcenter? #262

Closed SkyOneTwo closed 11 months ago

SkyOneTwo commented 11 months ago

I want to change button text on center button from .padwithcenter ESPUI.padwithcenter dynamically. Can i add a icon instead text?

iangray001 commented 11 months ago

Short answer, not easily. You'll have to edit controls.js on this line to change the OK to a data URL, and then recompile and redeploy as described in the README.

SkyOneTwo commented 11 months ago

Thanks for the quick reply. That helped!