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