Skip to content

viktor1970/NeoNextion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoNextion

Build Status

An Arduino library for the Nextion line of displays.

The code is heavily based on the official library but aims to be cleaner, more user friendly and with a bit of luck, faster.

Avaliable through the library manager of the Arduio IDE as NeoNextion.

New features

Added by Viktor1970:

  1. Removed a check in sendMessage method, that prevents to control objects in other pages. Now the page's show() method it's working.

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

DeActivateWakeEvent(); This method stops to execute callback described above (so wake-up after sleep send no event to code).

Links

About

Arduino library for the Nextion displays

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 95.8%
  • C 3.4%
  • Shell 0.8%