Documentation
For Arduino users
Upload.ino
1 #include "NexUpload.h"
2 NexUpload nex_download("nex.tft",10,115200);
3 void setup() {
4  // put your setup code here, to run once:
5  nex_download.upload();
6 }
7 
8 void loop() {
9  // put your main code here, to run repeatedly:
10 }
Provides the API for nextion to download the ftf file.
Definition: NexUpload.h:32
The definition of class NexUpload.