Skip to content

Commit 9713823

Browse files
author
shennongmin
committed
Update README.md
1 parent 7d9afd1 commit 9713823

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

readme.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Nextion Library for Arduino
2+
23
Nextion Arduino library provides an easy-to-use way to manipulate Nextion serial displays.
34
Users 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

0 commit comments

Comments
 (0)