EasyNextionLibrary icon indicating copy to clipboard operation
EasyNextionLibrary copied to clipboard

How to change globals variables?

Open puhycz opened this issue 2 years ago • 1 comments

Please how can change globals variable in nextion? In HMI I create variable var1 and set vscope as global. But when I send myNex.writeNum("var1.val=",123); it is not function. Why?

puhycz avatar Oct 10 '22 11:10 puhycz

You dont need the = after your variable.

Modac avatar Oct 24 '22 18:10 Modac

https://github.com/Seithan/EasyNextionLibrary#usefull-tips

Seithan avatar Oct 30 '22 14:10 Seithan