s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change buttontext on centerbutton from ESPUI.padwithcenter?

SkyOneTwo opened this issue · comments

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

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.

Thanks for the quick reply. That helped!