File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 11# Nextion Library for Arduino
2+
23Nextion Arduino library provides an easy-to-use way to manipulate Nextion serial displays.
34Users can use the libarry freely, either in commerical projects or open-source prjects, without any additional condiitons.
45
@@ -18,28 +19,16 @@ You can clone it by:
1819
1920 git clone https://github.com/itead/ITEADLIB_Arduino_Nextion
2021
21-
2222# Hareware requirement
2323
2424 - RAM: not less than 2KBytes
25- - Serial: one serial (HardwareSerial or SoftwareSerial) at least
26-
27- Suppported Mainboards: Arduino family and it's derivatives.
28- We test this library with Iteaduino UNO and Iteaduino Mega2560.
29-
30-
31- # Using SoftwareSerial
32-
33- If you want to use SoftwareSerial to communicate with Nextion display, you need to modify
34- the line in file ` hmi.h ` :
35-
36- //#define HMI_SOFTWARE_SERIAL
25+ - Serial: two serial (communication and debug)
3726
38- After modification, it should be :
27+ # Suppported Mainboards :
3928
40- #define HMI_SOFTWARE_SERIAL
29+ - Iteaduino MEGA2560
30+ - Arduino MEGA2560
4131
42- Nextion library only requires an uart for hardware connection. All communications are done via uart.
4332
4433-------------------------------------------------------------------------------
4534
You can’t perform that action at this time.
0 commit comments