API
For Arduino developers
readme.md
1 # Nextion Library for Arduino
2 
3 Nextion Arduino library provides an easy-to-use way to manipulate Nextion serial displays.
4 Users can use the libarry freely, either in commerical projects or open-source prjects, without any additional condiitons.
5 
6 For more information about the Nextion display project, please visit [the wiki。](http://wiki.iteadstudio.com/Nextion_HMI_Solution)
7 The wiki provdies all the necessary technical documnets, quick start guide, tutorials, demos, as well as some useful resources.
8 
9 To get your Nextion display, please visit [iMall.](http://imall.itead.cc/display/nextion.html)
10 
11 To discuss the project? Request new features? Report a BUG? please visit the [Forums](http://support.iteadstudio.com/discussions/1000058038)
12 
13 ​
14 # Source
15 
16 Latest source code can be download at https://github.com/itead/ITEADLIB_Arduino_Nextion.
17 
18 You can clone it by:
19 
20  git clone https://github.com/itead/ITEADLIB_Arduino_Nextion
21 
22 # Hareware requirement
23 
24  - RAM: not less than 2KBytes
25  - Serial: two serial (communication and debug)
26 
27 # Suppported Mainboards:
28 
29  - Iteaduino MEGA2560
30  - Arduino MEGA2560
31 
32 
33 -------------------------------------------------------------------------------
34 
35 
36  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
37  Version 2, December 2004
38 
39  Copyright (C) 2014 ITEAD Studio
40 
41  Everyone is permitted to copy and distribute verbatim or modified
42  copies of this license document, and changing it is allowed as long
43  as the name is changed.
44 
45  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
46 
47  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
48 
49  0. You just DO WHAT THE FUCK YOU WANT TO.
50 
51 
52 -------------------------------------------------------------------------------