diff --git a/doc/Documentation/hierarchy.html b/doc/Documentation/hierarchy.html
index b2e803e..526ec9f 100644
--- a/doc/Documentation/hierarchy.html
+++ b/doc/Documentation/hierarchy.html
@@ -96,7 +96,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically:
diff --git a/doc/Documentation/index.html b/doc/Documentation/index.html
index 8bf7112..2a44f49 100644
--- a/doc/Documentation/index.html
+++ b/doc/Documentation/index.html
@@ -81,8 +81,8 @@ $(document).ready(function(){initNavTree('index.html','');});
You can also clone it via git:
git clone https://github.com/itead/ITEADLIB_Arduino_Nextion
Releases(stable)
All releases can be available from: https://github.com/itead/ITEADLIB_Arduino_Nextion/releases.
Documentation
@@ -135,7 +135,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
diff --git a/doc/Documentation/inherits.html b/doc/Documentation/inherits.html
index 759435e..a46e77f 100644
--- a/doc/Documentation/inherits.html
+++ b/doc/Documentation/inherits.html
@@ -86,7 +86,7 @@ $(document).ready(function(){initNavTree('hierarchy.html','');});
diff --git a/doc/Documentation/md_readme.html b/doc/Documentation/md_readme.html
index 2582382..00f1b5d 100644
--- a/doc/Documentation/md_readme.html
+++ b/doc/Documentation/md_readme.html
@@ -70,7 +70,7 @@ $(document).ready(function(){initNavTree('md_readme.html','');});
diff --git a/doc/Documentation/md_release_notes.html b/doc/Documentation/md_release_notes.html
index d2272bb..2d2d6b9 100644
--- a/doc/Documentation/md_release_notes.html
+++ b/doc/Documentation/md_release_notes.html
@@ -66,17 +66,18 @@ $(document).ready(function(){initNavTree('md_release_notes.html','');});
-
Release v0.21
+
Release v0.7.0
Brief
-
Support all components in Nextion Editor v0.21.
+
Support all components in Nextion Editor v0.26.
Details
-
First release.
+
First release.
+
The End!
@@ -84,7 +85,7 @@ $(document).ready(function(){initNavTree('md_release_notes.html','');});
diff --git a/doc/Documentation/modules.html b/doc/Documentation/modules.html
index 3dbc4cb..b9de3bc 100644
--- a/doc/Documentation/modules.html
+++ b/doc/Documentation/modules.html
@@ -79,7 +79,7 @@ $(document).ready(function(){initNavTree('modules.html','');});
diff --git a/doc/Documentation/pages.html b/doc/Documentation/pages.html
index 3c6d20c..5992a55 100644
--- a/doc/Documentation/pages.html
+++ b/doc/Documentation/pages.html
@@ -76,7 +76,7 @@ $(document).ready(function(){initNavTree('pages.html','');});
diff --git a/doc/Documentation/readme_8md_source.html b/doc/Documentation/readme_8md_source.html
index 7771365..41a171b 100644
--- a/doc/Documentation/readme_8md_source.html
+++ b/doc/Documentation/readme_8md_source.html
@@ -117,97 +117,96 @@ $(document).ready(function(){initNavTree('readme_8md.html','');});
-
-
+
+
-
-
51 All releases can be available from:
-
-
-
-
-
56 [Latest Online Documentation](http:
-
57 contains Configuration, Get Started, Reference of API and Examples, etc.
-
-
59 Offline Documentation
's entry `doc/Documentation/index.html` shiped with source code
-
60 can be open in your browser such as Chrome, Firefox or any one you like.
-
-
62 # Suppported Mainboards
-
-
64 **All boards, which has one or more hardware serial, can be supported.**
-
-
-
-
-
-
-
-
-
-
-
75 In configuration file NexConfig.h, you can find two macros below:
-
-
77 - dbSerial: Debug Serial (baudrate:9600), needed by beginners for debug your
-
78 nextion applications or sketches. If your complete your work, it will be a
-
79 wise choice to disable Debug Serial.
-
-
81 - nexSerial: Nextion Serial, the bridge of Nextion and your mainboard.
-
-
83 **Note:** the default configuration is for MEGA2560.
-
-
85 ## Redirect dbSerial and nexSerial
-
-
87 If you want to change the default serial to debug or communicate with Nextion ,
-
88 you need to modify the line in configuration file:
-
-
90 #define dbSerial Serial ---> #define dbSerial Serialxxx
-
91 #define nexSerial Serial2 ---> #define nexSeria Serialxxx
-
-
93 ## Disable Debug Serial
-
-
95 If you want to disable the debug information,you need to modify the line in
-
-
-
98 #define DEBUG_SERIAL_ENABLE ---> //#define DEBUG_SERIAL_ENABLE
-
-
100 # UNO-like Mainboards
-
-
102 If your board has only one hardware serial, such as UNO, you should disable
-
103 dbSerial and redirect nexSerial to Serial(Refer to section:`Serial configuration`).
-
-
-
-
107 <http://blog.iteadstudio.com/nextion-tutorial-based-on-nextion-arduino-library/>
-
-
-
-
111 -------------------------------------------------------------------------------
+
50 All releases can be available from:
+
+
+
+
+
55 [Latest Online Documentation](http:
+
56 contains Configuration, Get Started, Reference of API and Examples, etc.
+
+
58 Offline Documentation
's entry `doc/Documentation/index.html` shiped with source code
+
59 can be open in your browser such as Chrome, Firefox or any one you like.
+
+
61 # Suppported Mainboards
+
+
63 **All boards, which has one or more hardware serial, can be supported.**
+
+
+
+
+
+
+
+
+
+
+
74 In configuration file NexConfig.h, you can find two macros below:
+
+
76 - dbSerial: Debug Serial (baudrate:9600), needed by beginners for debug your
+
77 nextion applications or sketches. If your complete your work, it will be a
+
78 wise choice to disable Debug Serial.
+
+
80 - nexSerial: Nextion Serial, the bridge of Nextion and your mainboard.
+
+
82 **Note:** the default configuration is for MEGA2560.
+
+
84 ## Redirect dbSerial and nexSerial
+
+
86 If you want to change the default serial to debug or communicate with Nextion ,
+
87 you need to modify the line in configuration file:
+
+
89 #define dbSerial Serial ---> #define dbSerial Serialxxx
+
90 #define nexSerial Serial2 ---> #define nexSeria Serialxxx
+
+
92 ## Disable Debug Serial
+
+
94 If you want to disable the debug information,you need to modify the line in
+
+
+
97 #define DEBUG_SERIAL_ENABLE ---> //#define DEBUG_SERIAL_ENABLE
+
+
+
+
101 If your board has only one hardware serial, such as UNO, you should disable
+
102 dbSerial and redirect nexSerial to Serial(Refer to section:`Serial configuration`).
+
+
+
+
106 <http://blog.iteadstudio.com/nextion-tutorial-based-on-nextion-arduino-library/>
+
+
+
+
110 -------------------------------------------------------------------------------
+
-
-
114 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-
115 Version 2, December 2004
-
-
117 Copyright (C) 2014 ITEAD Studio
-
-
119 Everyone is permitted to copy and distribute verbatim or modified
-
120 copies of this license document, and changing it is allowed as long
-
121 as the name is changed.
-
-
123 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-
-
125 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-
127 0. You just DO WHAT THE FUCK YOU WANT TO.
+
113 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+
114 Version 2, December 2004
+
+
116 Copyright (C) 2014 ITEAD Studio
+
+
118 Everyone is permitted to copy and distribute verbatim or modified
+
119 copies of this license document, and changing it is allowed as long
+
120 as the name is changed.
+
+
122 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+
+
124 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+
126 0. You just DO WHAT THE FUCK YOU WANT TO.
+
-
-
130 -------------------------------------------------------------------------------
+
129 -------------------------------------------------------------------------------
diff --git a/doc/Documentation/release__notes_8md_source.html b/doc/Documentation/release__notes_8md_source.html
index 293c916..7197133 100644
--- a/doc/Documentation/release__notes_8md_source.html
+++ b/doc/Documentation/release__notes_8md_source.html
@@ -75,33 +75,34 @@ $(document).ready(function(){initNavTree('release__notes_8md.html','');});
3 --------------------------------------------------------------------------------
-
+
-
+
8 - base: no base version
9 - author: Wu Pengfei <pengfei.wu@itead.cc>
-
10 - date: 8/18/2015 10:49:11
+
10 - date: 8/20/2015 13:17:20
-
14 Support all components in Nextion Editor v0.21.
+
14 Support all components in Nextion Editor v0.26.
-
-
20 --------------------------------------------------------------------------------
-
-
-
-
24 --------------------------------------------------------------------------------
+
+
+
21 --------------------------------------------------------------------------------
+
+
+
+
25 --------------------------------------------------------------------------------
diff --git a/readme.md b/readme.md
index 2a20994..5752648 100644
--- a/readme.md
+++ b/readme.md
@@ -44,9 +44,8 @@ You can also clone it via git:
## Releases(stable)
- - https://github.com/itead/ITEADLIB_Arduino_Nextion/archive/v0.21.zip
- - https://github.com/itead/ITEADLIB_Arduino_Nextion/archive/v0.21.tar.gz
-
+ - https://github.com/itead/ITEADLIB_Arduino_Nextion/archive/v0.7.0.zip
+ - https://github.com/itead/ITEADLIB_Arduino_Nextion/archive/v0.7.0.tar.gz
All releases can be available from:
.
diff --git a/release_notes.md b/release_notes.md
index 4a68b80..7912324 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -2,21 +2,22 @@
--------------------------------------------------------------------------------
-# Release v0.21
+# Release v0.7.0
- - version: 0.21
+ - version: v0.7.0
- base: no base version
- author: Wu Pengfei
- - date: 8/18/2015 10:49:11
+ - date: 8/20/2015 13:17:20
## Brief
-Support all components in Nextion Editor v0.21.
+Support all components in Nextion Editor v0.26.
## Details
First release.
-
+
+
--------------------------------------------------------------------------------
# The End!
diff --git a/version.txt b/version.txt
new file mode 100644
index 00000000..faef31a
--- /dev/null
+++ b/version.txt
@@ -0,0 +1 @@
+0.7.0