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 # Documentation
24 Online API documentation can be reached at <http://docs.iteadstudio.com/ITEADLIB_Arduino_Nextion/>.
25 
26 Offline API documentation can be found under directory
27 [doc](https://github.com/itead/ITEADLIB_Arduino_Nextion/tree/master/doc).
28 
29 # Hareware requirement
30 
31  - RAM: not less than 2KBytes
32  - Serial: two serial (communication and debug)
33 
34 # Suppported Mainboards:
35 
36  - Iteaduino MEGA2560
37  - Arduino MEGA2560
38 
39 
40 -------------------------------------------------------------------------------
41 
42 
43  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
44  Version 2, December 2004
45 
46  Copyright (C) 2014 ITEAD Studio
47 
48  Everyone is permitted to copy and distribute verbatim or modified
49  copies of this license document, and changing it is allowed as long
50  as the name is changed.
51 
52  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
53 
54  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
55 
56  0. You just DO WHAT THE FUCK YOU WANT TO.
57 
58 
59 -------------------------------------------------------------------------------