Seithan / EasyNextionLibrary

A simple library for Nextion display that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change globals variables?

puhycz opened this issue · 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?

commented

You dont need the = after your variable.