nextion
nextion copied to clipboard
A simple Nextion HMI library for Arduino
how to use in mega arduino? is not working the buttons: /, no one works perfectly, now the mega no longer works the buttons
Tried various options but get: Compiling .pioenvs\nucleo_l432kc\lib\nextionsimple\Nextion.o lib\nextionsimple\Nextion.cpp: In member function 'uint8_t Nextion::pageId()': lib\nextionsimple\Nextion.cpp:302:7: warning: unused variable 'a' [-Wunused-variable] int a = -1; ^ lib\nextionsimple\Nextion.cpp: In member function 'void Nextion::flushSerial()':...
Hi. Having fun with this library. It works great with my Arduino Nano and Uno and the 2.4" Nextion. However when I'm just using the Arduino and the debug mode...
we can not use this library in Esp8266 wemos d1 r2. How can we reconfig this library for wemos. no matching function for call to 'Nextion::Nextion(HardwareSerial&, int) in arduino is...
My Arduino Due (HardwareSerial) stops running after performing this line. "Nextion myNextion(Serial2, 9600);" If i comment this out, everything is working fine - of course no display actions. The Display...
Hi, can I send, only with this display, some digital commands trough rxd txd ? For example if I make a button ON, when i press him, this send via...
The library is excellent and fast. Thank you. I have one issue: some of my settings data which I enter in Nextion display are above 2^16 (65536); for example (66000),...
I encountered a very strange problem when using your demo-code the compilation was only successful with having the ITEADLIB_Arduino_Nextion-master-libary **AND** the https://github.com/bborncr/nextion/tree/master beeing installed. Only in case the https://github.com/bborncr/nextion/tree/master is...