NeoNextion icon indicating copy to clipboard operation
NeoNextion copied to clipboard

Arduino library for the Nextion displays

Results 26 NeoNextion issues
Sort by recently updated
recently updated
newest added

Hello, In [Hackable n°19](https://www.hackable.fr/?p=1005) p11 https://github.com/DanNixon/NeoNextion and https://github.com/itead/ITEADLIB_Arduino_Nextion were presented. But the author of article warns that installing both libraries could mess compilation (because they have an include file with...

I added 2 methods to Nextion.h/.cpp: `ActivateWakeEvent(uint8_t page_id, uint8_t component_id);` This method permits to execute a callback handler attached to **component_id** in **page_id** when the display wakes up after sleep....

Hi, is there any way to set a pictures visibility ? Something like the direct command VIS 1 = show VIS 0 = hide Thank you very much.

Hi again, how can my micro get information about the sleep / wake status od the nextion ? Whould be nice to know when the user wakes the nextion by...

Hello, the library stops the Ethernet client from sending data; it will receive but not send. If I comment out all the nextion code the send works. If add just...

Currently it is possible doe to serial bus issues that messages may start being read out of sync (i.e. `FF 66 01 FF FF` which should be `66 01 FF...

bug