EasyNextionLibrary icon indicating copy to clipboard operation
EasyNextionLibrary copied to clipboard

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 prot...

Results 8 EasyNextionLibrary issues
Sort by recently updated
recently updated
newest added

Seithan; I've run into the same problem as in issue #24. As you suggested there, I modified the EasyNextionLibrary.cpp for ERROR, ERROR1, ERROR2, and ERROR3 and now I'm getting ERROR2...

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?

Hello, this library on ESP 32 sometimes crashes: ``` Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled. Core 1 register dump: PC : 0x00000000 PS : 0x00060230 A0...

Hello, I was just wondering if this lib supported Custom objectnames? for example: myNex.writeStr("SomthingStupid.txt", "Hello World");

Hello, I use [EasyNextionLibrary](https://github.com/Seithan/EasyNextionLibrary) for connect ESP32 with Nextion display. It crashes when I press touch buttons. One or two press is ok, but many presses or quick press again...

When compiling in Platform.io I am getting the following warning: `.pio/libdeps/megaatmega2560/Easy Nextion Library/src/EasyNextionLibrary.cpp: In member function 'String EasyNex::readStr(String)': .pio/libdeps/megaatmega2560/Easy Nextion Library/src/EasyNextionLibrary.cpp:144:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]...

I have HMI with page0 and page1. Writing data is ok, nextion lissen and trigger works perfectly, but i can't read any variable. I try any variables, local, global but...

Hello, I appreciate that you put so much effort into making Nextion easy to use with your library. It is elegant. I have used `EasyNex myNex(Serial2)` with ESP32 for the...