bborncr/nextion

Need help with "sendCommand".

zarss opened this issue · 0 comments

zarss commented

Hello. Love this library, because of it`s simplicity.
My problem: I can do nex.getComponentValue("page0.n" + String (variable));
also nex.setComponentValue("page0.n" + String (variable)); works.
How can i achieve nex.sendCommand("page0.n" + String (variable) + "bco=65533"); ?
Thank you.