DanNixon / NeoNextion

Arduino library for the Nextion displays
https://dannixon.github.io/NeoNextion
GNU General Public License v2.0
48 stars 34 forks source link

Add facility to update display firmware #11

Open DanNixon opened 8 years ago

DanNixon commented 8 years ago

This is essentially uploading a file from the editor to the display from an SD card on the Arduino.

This should also be able to work from anything that can provide buffered data (e.g. network, bluetooth), it would be worth making this as general purpose as possible.

(https://github.com/itead/ITEADLIB_Arduino_Nextion/commit/f5e38b5117be35f2848ec13f991ed0986fd26a85)

giovanne123 commented 5 years ago

Would be realy nice to have the possibility to upload new tft file from ESP32 to the nextion display directly via Webserver or similiar.

Like in the official itead link you posted or like this https://github.com/Nredor/ESPNexUpload/blob/master/examples/UploadServer/UploadServer.ino

Don't know if you will update/maintain your library...

DanNixon commented 5 years ago

Sorry, but as the readme states I no longer use these displays so have no reason to maintain this library.