Skip to content

ilguargua/Nextion-LCD-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nextion display Arduino Library

This is (yet another) Arduino Library for use with Itead Nextion display (https://nextion.tech/). It offers display and component objects manipulation, setting text, number, attributes, etc. I tried to keep memory use as low as possible, so should be usable even on low RAM basic Arduino boards.

The library offers one class, nxtLcd, to manipulate various aspect of display.

Support all the widgets, including trasparent data mode for wave widgets (but not yet for eeprom).

All test were made on a NX4024K032 display using an Arduino Nano (clone) and an STM32 board as platform.

Documentation is on source files (fair incomplete, not so much comments)

Useful Resources

Bugs

Probably a lot. In nxtLcd::addWaveBytes(), if the size of data is grater than buffer, after the 2° run of data chunks there is a glitch in the data, not discovered yet why.

TODO

(...and problably never will be done)

  • Professional display support
  • Eeprom support
  • Touch drawing support

(c) Alessandro Guarguaglini - ilguargua@gmail.com - 2019

About

Itead nextion display library for Arduino platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages