doc is generated ok,no error

This commit is contained in:
zhanglaicheng
2015-07-16 11:08:30 +08:00
parent f43f8f8ef6
commit fe923a8972
106 changed files with 1059 additions and 199 deletions

View File

@@ -0,0 +1,106 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: CompButton.ino</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CompButton.ino</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexButton. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</dd></dl>
<div class="fragment"><div class="line"></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_button_8h.html">NexButton.h</a>&quot;</span></div>
<div class="line"></div>
<div class="line"><a name="_a0"></a><a class="code" href="class_nex_button.html">NexButton</a> b0 = <a class="code" href="class_nex_button.html">NexButton</a>(0, 1, <span class="stringliteral">&quot;b0&quot;</span>);</div>
<div class="line"><span class="keywordtype">char</span> buffer[100] = {0};</div>
<div class="line"></div>
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
<div class="line">{</div>
<div class="line"> &amp;b0,</div>
<div class="line"> NULL</div>
<div class="line">};</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> b0PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint16_t len;</div>
<div class="line"> uint16_t number;</div>
<div class="line"> <a class="code" href="class_nex_button.html">NexButton</a> *btn = (<a class="code" href="class_nex_button.html">NexButton</a> *)ptr;</div>
<div class="line"> </div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;b0PopCallback&quot;</span>);</div>
<div class="line"> dbSerial.print(<span class="stringliteral">&quot;ptr=&quot;</span>);</div>
<div class="line"> dbSerial.println((uint32_t)ptr);</div>
<div class="line"> </div>
<div class="line"> memset(buffer, 0, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> btn-&gt;<a name="a2"></a><a class="code" href="class_nex_button.html#a5ba1f74aa94b41b98172e42583ee13d6">getText</a>(buffer, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> </div>
<div class="line"> number = atoi(buffer);</div>
<div class="line"> number += 1;</div>
<div class="line"></div>
<div class="line"> memset(buffer, 0, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> itoa(number, buffer, 10);</div>
<div class="line"> </div>
<div class="line"> btn-&gt;<a name="a3"></a><a class="code" href="class_nex_button.html#a649dafc5afb1dc7f1fc1bde1e6270290">setText</a>(buffer);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> setup(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.begin(9600);</div>
<div class="line"> <a name="a4"></a><a class="code" href="_nex_touch_8cpp.html#ab09ddba6b72334d30ae091a7b038d790">nexInit</a>();</div>
<div class="line"> b0.<a name="a5"></a><a class="code" href="class_nex_button.html#a6c7d60c2339b8c4530349fe2e75b840d">attachPop</a>(b0PopCallback, &amp;b0);</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup done&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;nexLoop&quot;</span>);</div>
<div class="line"> <a name="a6"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
<div class="line">}</div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>

View File

@@ -111,7 +111,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -108,7 +108,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -120,7 +120,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -0,0 +1,119 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: CompPage.ino</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CompPage.ino</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexPage. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</dd></dl>
<div class="fragment"><div class="line"></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_page_8h.html">NexPage.h</a>&quot;</span></div>
<div class="line"></div>
<div class="line"><a name="_a0"></a><a class="code" href="class_nex_page.html">NexPage</a> page0 = <a class="code" href="class_nex_page.html">NexPage</a>(0, 0, <span class="stringliteral">&quot;page0&quot;</span>);</div>
<div class="line"><a class="code" href="class_nex_page.html">NexPage</a> page1 = <a class="code" href="class_nex_page.html">NexPage</a>(1, 0, <span class="stringliteral">&quot;page1&quot;</span>);</div>
<div class="line"><a class="code" href="class_nex_page.html">NexPage</a> page2 = <a class="code" href="class_nex_page.html">NexPage</a>(2, 0, <span class="stringliteral">&quot;page2&quot;</span>);</div>
<div class="line"><a class="code" href="class_nex_page.html">NexPage</a> page3 = <a class="code" href="class_nex_page.html">NexPage</a>(3, 0, <span class="stringliteral">&quot;page3&quot;</span>);</div>
<div class="line"></div>
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
<div class="line">{</div>
<div class="line"> &amp;page0,</div>
<div class="line"> &amp;page1,</div>
<div class="line"> &amp;page2,</div>
<div class="line"> &amp;page3,</div>
<div class="line"> NULL</div>
<div class="line">};</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> page0PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;page0PopCallback&quot;</span>);</div>
<div class="line"> page1.<a name="a2"></a><a class="code" href="class_nex_page.html#a5714e41d4528b991eda4bbe578005418">show</a>();</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> page1PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;page1PopCallback&quot;</span>);</div>
<div class="line"> page2.<a class="code" href="class_nex_page.html#a5714e41d4528b991eda4bbe578005418">show</a>();</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> page2PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;page2PopCallback&quot;</span>);</div>
<div class="line"> page3.<a class="code" href="class_nex_page.html#a5714e41d4528b991eda4bbe578005418">show</a>();</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> page3PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;page3PopCallback&quot;</span>);</div>
<div class="line"> page0.<a class="code" href="class_nex_page.html#a5714e41d4528b991eda4bbe578005418">show</a>();</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> setup(<span class="keywordtype">void</span>)</div>
<div class="line">{ </div>
<div class="line"> dbSerial.begin(9600);</div>
<div class="line"> <a name="a3"></a><a class="code" href="_nex_touch_8cpp.html#ab09ddba6b72334d30ae091a7b038d790">nexInit</a>();</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup begin&quot;</span>);</div>
<div class="line"> </div>
<div class="line"> page0.<a name="a4"></a><a class="code" href="class_nex_page.html#a12dfab060db8a063ec37cc03d423bfa5">attachPop</a>(page0PopCallback);</div>
<div class="line"> page1.<a class="code" href="class_nex_page.html#a12dfab060db8a063ec37cc03d423bfa5">attachPop</a>(page1PopCallback);</div>
<div class="line"> page2.<a class="code" href="class_nex_page.html#a12dfab060db8a063ec37cc03d423bfa5">attachPop</a>(page2PopCallback);</div>
<div class="line"> page3.<a class="code" href="class_nex_page.html#a12dfab060db8a063ec37cc03d423bfa5">attachPop</a>(page3PopCallback);</div>
<div class="line"> </div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup end&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;nexLoop&quot;</span>);</div>
<div class="line"> <a name="a5"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
<div class="line">}</div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>

View File

@@ -123,7 +123,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -0,0 +1,104 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: CompPicture.ino</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CompPicture.ino</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexPicture. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</dd></dl>
<div class="fragment"><div class="line"></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_picture_8h.html">NexPicture.h</a>&quot;</span></div>
<div class="line"></div>
<div class="line"><a name="_a0"></a><a class="code" href="class_nex_picture.html">NexPicture</a> p0 = <a class="code" href="class_nex_picture.html">NexPicture</a>(0, 1, <span class="stringliteral">&quot;p0&quot;</span>);</div>
<div class="line"></div>
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
<div class="line">{</div>
<div class="line"> &amp;p0,</div>
<div class="line"> NULL</div>
<div class="line">};</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> p0PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint32_t number = 0;</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;p0PopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> p0.<a name="a2"></a><a class="code" href="class_nex_picture.html#a11bd68ef9fe1d03d9e0d02ef1c7527e9">getPic</a>(&amp;number);</div>
<div class="line"></div>
<div class="line"> <span class="keywordflow">if</span> (number == 1)</div>
<div class="line"> {</div>
<div class="line"> number = 2; </div>
<div class="line"> }</div>
<div class="line"> <span class="keywordflow">else</span></div>
<div class="line"> {</div>
<div class="line"> number = 1;</div>
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> p0.<a name="a3"></a><a class="code" href="class_nex_picture.html#ab1c6adff615d48261ce10c2095859abd">setPic</a>(number);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> setup(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.begin(9600);</div>
<div class="line"> <a name="a4"></a><a class="code" href="_nex_touch_8cpp.html#ab09ddba6b72334d30ae091a7b038d790">nexInit</a>();</div>
<div class="line"> p0.<a name="a5"></a><a class="code" href="class_nex_picture.html#a48435e24d1e8792d01da857b56eed89f">attachPop</a>(p0PopCallback);</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup done&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;nexLoop&quot;</span>);</div>
<div class="line"> <a name="a6"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
<div class="line">}</div>
<div class="line"></div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>

View File

@@ -109,7 +109,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -0,0 +1,121 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: CompPointer.ino</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CompPointer.ino</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexPointer. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</dd></dl>
<div class="fragment"><div class="line"></div>
<div class="line"><span class="preprocessor">#include &quot;NexPointer.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_button_8h.html">NexButton.h</a>&quot;</span></div>
<div class="line"></div>
<div class="line"><a name="_a0"></a><a class="code" href="class_nex_pointer.html">NexPointer</a> pointer = <a class="code" href="class_nex_pointer.html">NexPointer</a>(0, 1, <span class="stringliteral">&quot;pointer&quot;</span>);</div>
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_button.html">NexButton</a> btn_up = <a class="code" href="class_nex_button.html">NexButton</a>(0, 2, <span class="stringliteral">&quot;btn_up&quot;</span>);</div>
<div class="line"><a class="code" href="class_nex_button.html">NexButton</a> btn_down = <a class="code" href="class_nex_button.html">NexButton</a>(0, 3, <span class="stringliteral">&quot;btn_down&quot;</span>);</div>
<div class="line"></div>
<div class="line"><a name="_a2"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
<div class="line">{</div>
<div class="line"> &amp;btn_up,</div>
<div class="line"> &amp;btn_down,</div>
<div class="line"> NULL</div>
<div class="line">};</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> buttonUpPopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint32_t number = 0;</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;buttonUpPopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> pointer.<a name="a3"></a><a class="code" href="class_nex_pointer.html#a9d061972b36c952732c34ccfa3e506e3">getValue</a>(&amp;number);</div>
<div class="line"></div>
<div class="line"> number += 5;</div>
<div class="line"> <span class="keywordflow">if</span> (number &gt;= 360)</div>
<div class="line"> {</div>
<div class="line"> number = 0;</div>
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> pointer.<a name="a4"></a><a class="code" href="class_nex_pointer.html#a5d6dd483961e23a83219e5bc884a2600">setValue</a>(number);</div>
<div class="line">}</div>
<div class="line"><span class="keywordtype">void</span> buttonDownPopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint32_t number = 0;</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;buttonDownPopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> pointer.<a class="code" href="class_nex_pointer.html#a9d061972b36c952732c34ccfa3e506e3">getValue</a>(&amp;number);</div>
<div class="line"></div>
<div class="line"> <span class="keywordflow">if</span> (number &gt;= 5)</div>
<div class="line"> {</div>
<div class="line"> number -= 5;</div>
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> pointer.<a class="code" href="class_nex_pointer.html#a5d6dd483961e23a83219e5bc884a2600">setValue</a>(number);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> setup(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.begin(9600);</div>
<div class="line"> <a name="a5"></a><a class="code" href="_nex_touch_8cpp.html#ab09ddba6b72334d30ae091a7b038d790">nexInit</a>();</div>
<div class="line"> btn_up.<a name="a6"></a><a class="code" href="class_nex_button.html#a6c7d60c2339b8c4530349fe2e75b840d">attachPop</a>(buttonUpPopCallback);</div>
<div class="line"> btn_down.<a class="code" href="class_nex_button.html#a6c7d60c2339b8c4530349fe2e75b840d">attachPop</a>(buttonDownPopCallback);</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup done&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;nexLoop&quot;</span>);</div>
<div class="line"> <a name="a7"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
<div class="line">}</div>
<div class="line"></div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>

View File

@@ -127,7 +127,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -0,0 +1,123 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: CompProgressBar.ino</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CompProgressBar.ino</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexProgressBar. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</dd></dl>
<div class="fragment"><div class="line"></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_progress_bar_8h.html">NexProgressBar.h</a>&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_button_8h.html">NexButton.h</a>&quot;</span></div>
<div class="line"></div>
<div class="line"><a name="_a0"></a><a class="code" href="class_nex_progress_bar.html">NexProgressBar</a> j0 = <a class="code" href="class_nex_progress_bar.html">NexProgressBar</a>(0, 3, <span class="stringliteral">&quot;j0&quot;</span>);</div>
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_button.html">NexButton</a> btn_up = <a class="code" href="class_nex_button.html">NexButton</a>(0, 1, <span class="stringliteral">&quot;btn_up&quot;</span>);</div>
<div class="line"><a class="code" href="class_nex_button.html">NexButton</a> btn_down = <a class="code" href="class_nex_button.html">NexButton</a>(0, 2, <span class="stringliteral">&quot;btn_down&quot;</span>);</div>
<div class="line"></div>
<div class="line"><a name="_a2"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
<div class="line">{</div>
<div class="line"> &amp;btn_up,</div>
<div class="line"> &amp;btn_down,</div>
<div class="line"> NULL</div>
<div class="line">};</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> buttonUpPopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint32_t number = 0;</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;buttonUpPopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> j0.<a name="a3"></a><a class="code" href="class_nex_progress_bar.html#a3e5eb13b2aa014c8f6a9e16439917bf2">getValue</a>(&amp;number);</div>
<div class="line"></div>
<div class="line"> number += 5;</div>
<div class="line"> <span class="keywordflow">if</span> (number &gt;= 100)</div>
<div class="line"> {</div>
<div class="line"> number = 100;</div>
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> j0.<a name="a4"></a><a class="code" href="class_nex_progress_bar.html#aaa7937d364cb63151bd1e1bc4729334d">setValue</a>(number);</div>
<div class="line">}</div>
<div class="line"><span class="keywordtype">void</span> buttonDownPopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint32_t number = 0;</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;buttonDownPopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> j0.<a class="code" href="class_nex_progress_bar.html#a3e5eb13b2aa014c8f6a9e16439917bf2">getValue</a>(&amp;number);</div>
<div class="line"></div>
<div class="line"> <span class="keywordflow">if</span> (number &gt;= 5)</div>
<div class="line"> {</div>
<div class="line"> number -= 5;</div>
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> j0.<a class="code" href="class_nex_progress_bar.html#aaa7937d364cb63151bd1e1bc4729334d">setValue</a>(number);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> setup(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> uint32_t brightness = 0;</div>
<div class="line"> </div>
<div class="line"> dbSerial.begin(9600);</div>
<div class="line"> <a name="a5"></a><a class="code" href="_nex_touch_8cpp.html#ab09ddba6b72334d30ae091a7b038d790">nexInit</a>();</div>
<div class="line"> btn_up.<a name="a6"></a><a class="code" href="class_nex_button.html#a6c7d60c2339b8c4530349fe2e75b840d">attachPop</a>(buttonUpPopCallback);</div>
<div class="line"> btn_down.<a class="code" href="class_nex_button.html#a6c7d60c2339b8c4530349fe2e75b840d">attachPop</a>(buttonDownPopCallback);</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup done&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;nexLoop&quot;</span>);</div>
<div class="line"> <a name="a7"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
<div class="line">}</div>
<div class="line"></div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>

View File

@@ -130,7 +130,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -0,0 +1,98 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: CompSlice.ino</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CompSlice.ino</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexSlice. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</dd></dl>
<div class="fragment"><div class="line"></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_slice_8h.html">NexSlice.h</a>&quot;</span></div>
<div class="line"></div>
<div class="line"><a name="_a0"></a><a class="code" href="class_nex_slice.html">NexSlice</a> q0 = <a class="code" href="class_nex_slice.html">NexSlice</a>(0, 1, <span class="stringliteral">&quot;q0&quot;</span>);</div>
<div class="line"></div>
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
<div class="line">{</div>
<div class="line"> &amp;q0,</div>
<div class="line"> NULL</div>
<div class="line">};</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> q0PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint32_t number = 0;</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;q0PopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> q0.<a name="a2"></a>getPic(&amp;number);</div>
<div class="line"></div>
<div class="line"> number += 1;</div>
<div class="line"> number %= 2;</div>
<div class="line"> </div>
<div class="line"> q0.<a name="a3"></a>setPic(number);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> setup(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.begin(9600);</div>
<div class="line"> <a name="a4"></a><a class="code" href="_nex_touch_8cpp.html#ab09ddba6b72334d30ae091a7b038d790">nexInit</a>();</div>
<div class="line"> q0.<a name="a5"></a><a class="code" href="class_nex_slice.html#a428e4ff2940895d87235452d5cdd298a">attachPop</a>(q0PopCallback);</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup done&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;nexLoop&quot;</span>);</div>
<div class="line"> <a name="a6"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
<div class="line">}</div>
<div class="line"></div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>

View File

@@ -101,7 +101,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -0,0 +1,138 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: CompText.ino</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
<div id="projectbrief">For Arduino developers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CompText.ino</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexText. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</dd></dl>
<div class="fragment"><div class="line"></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_button_8h.html">NexButton.h</a>&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="_nex_text_8h.html">NexText.h</a>&quot;</span></div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> t0PopCallback(<span class="keywordtype">void</span> *ptr);</div>
<div class="line"><span class="keywordtype">void</span> b0PopCallback(<span class="keywordtype">void</span> *ptr);</div>
<div class="line"><span class="keywordtype">void</span> b1PopCallback(<span class="keywordtype">void</span> *ptr);</div>
<div class="line"></div>
<div class="line"><a name="_a0"></a><a class="code" href="class_nex_text.html">NexText</a> t0 = <a class="code" href="class_nex_text.html">NexText</a>(0, 1, <span class="stringliteral">&quot;t0&quot;</span>, t0PopCallback);</div>
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_button.html">NexButton</a> b0 = <a class="code" href="class_nex_button.html">NexButton</a>(0, 2, <span class="stringliteral">&quot;b0&quot;</span>, b0PopCallback);</div>
<div class="line"><a class="code" href="class_nex_button.html">NexButton</a> b1 = <a class="code" href="class_nex_button.html">NexButton</a>(0, 3, <span class="stringliteral">&quot;b1&quot;</span>, b1PopCallback);</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">char</span> buffer[100] = {0};</div>
<div class="line"></div>
<div class="line"><a name="_a2"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
<div class="line">{</div>
<div class="line"> &amp;t0,</div>
<div class="line"> &amp;b0,</div>
<div class="line"> &amp;b1,</div>
<div class="line"> NULL</div>
<div class="line">};</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> t0PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;t0PopCallback&quot;</span>);</div>
<div class="line"> t0.<a name="a3"></a><a class="code" href="class_nex_text.html#a19589b32c981436a1bbcfe407bc766e3">setText</a>(<span class="stringliteral">&quot;50&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> b0PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint16_t len;</div>
<div class="line"> uint16_t number;</div>
<div class="line"> </div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;b0PopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> memset(buffer, 0, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> t0.<a name="a4"></a><a class="code" href="class_nex_text.html#a9cf417b2f25df2872492c55bdc9f5b30">getText</a>(buffer, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> </div>
<div class="line"> number = atoi(buffer);</div>
<div class="line"> number += 1;</div>
<div class="line"></div>
<div class="line"> memset(buffer, 0, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> itoa(number, buffer, 10);</div>
<div class="line"> </div>
<div class="line"> t0.<a class="code" href="class_nex_text.html#a19589b32c981436a1bbcfe407bc766e3">setText</a>(buffer);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> b1PopCallback(<span class="keywordtype">void</span> *ptr)</div>
<div class="line">{</div>
<div class="line"> uint16_t len;</div>
<div class="line"> uint16_t number;</div>
<div class="line"> </div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;b1PopCallback&quot;</span>);</div>
<div class="line"></div>
<div class="line"> memset(buffer, 0, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> t0.<a class="code" href="class_nex_text.html#a9cf417b2f25df2872492c55bdc9f5b30">getText</a>(buffer, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> </div>
<div class="line"> number = atoi(buffer);</div>
<div class="line"> number -= 1;</div>
<div class="line"></div>
<div class="line"> memset(buffer, 0, <span class="keyword">sizeof</span>(buffer));</div>
<div class="line"> itoa(number, buffer, 10);</div>
<div class="line"> </div>
<div class="line"> t0.<a class="code" href="class_nex_text.html#a19589b32c981436a1bbcfe407bc766e3">setText</a>(buffer);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> setup(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.begin(9600);</div>
<div class="line"> <a name="a5"></a><a class="code" href="_nex_touch_8cpp.html#ab09ddba6b72334d30ae091a7b038d790">nexInit</a>();</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;setup done&quot;</span>);</div>
<div class="line">}</div>
<div class="line"></div>
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> dbSerial.println(<span class="stringliteral">&quot;nexLoop&quot;</span>);</div>
<div class="line"> <a name="a6"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
<div class="line">}</div>
<div class="line"></div>
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>

View File

@@ -144,7 +144,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -66,7 +66,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -103,7 +103,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -80,7 +80,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -66,7 +66,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -88,7 +88,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -82,7 +82,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -66,7 +66,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -94,7 +94,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -78,7 +78,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -66,7 +66,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -104,7 +104,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -80,7 +80,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -90,7 +90,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -74,7 +74,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -66,7 +66,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -92,7 +92,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -66,7 +66,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -118,7 +118,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -78,7 +78,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:02 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -66,7 +66,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -102,7 +102,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -75,7 +75,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -80,7 +80,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -16,7 +16,6 @@
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ITEAD-logo.JPG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">API
</div>
@@ -43,7 +42,7 @@
<div class="title">NexTouch.cpp</div> </div>
</div><!--header-->
<div class="contents">
<dl class="section user"><dt>Show how to use API of class NexButton. </dt><dd></dd></dl>
<dl class="section user"><dt>Show how to use API of class NexPicture. </dt><dd></dd></dl>
<dl class="section author"><dt>Author</dt><dd>Wu Pengfei (email:<a href="#" onclick="location.href='mai'+'lto:'+'pen'+'gf'+'ei.'+'wu'+'@it'+'ea'+'d.c'+'c'; return false;">pengf<span style="display: none;">.nosp@m.</span>ei.w<span style="display: none;">.nosp@m.</span>u@ite<span style="display: none;">.nosp@m.</span>ad.c<span style="display: none;">.nosp@m.</span>c</a>) </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015/7/10 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. <br />
@@ -51,7 +50,7 @@ This program is free software; you can redistribute it and/or modify it under th
<div class="fragment"></div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:56 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:52:21 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -98,7 +98,7 @@ This program is free software; you can redistribute it and/or modify it under th
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_hotspot_8ino-example.html#a2">CompHotspot.ino</a>.</dd>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_button_8ino-example.html#a4">CompButton.ino</a>, <a class="el" href="_comp_hotspot_8ino-example.html#a2">CompHotspot.ino</a>, <a class="el" href="_comp_page_8ino-example.html#a3">CompPage.ino</a>, <a class="el" href="_comp_picture_8ino-example.html#a4">CompPicture.ino</a>, <a class="el" href="_comp_pointer_8ino-example.html#a5">CompPointer.ino</a>, <a class="el" href="_comp_progress_bar_8ino-example.html#a5">CompProgressBar.ino</a>, <a class="el" href="_comp_slice_8ino-example.html#a4">CompSlice.ino</a>, and <a class="el" href="_comp_text_8ino-example.html#a5">CompText.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_touch_8cpp_source.html#l00423">423</a> of file <a class="el" href="_nex_touch_8cpp_source.html">NexTouch.cpp</a>.</p>
@@ -131,7 +131,7 @@ This program is free software; you can redistribute it and/or modify it under th
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_hotspot_8ino-example.html#a5">CompHotspot.ino</a>.</dd>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_button_8ino-example.html#a6">CompButton.ino</a>, <a class="el" href="_comp_hotspot_8ino-example.html#a5">CompHotspot.ino</a>, <a class="el" href="_comp_page_8ino-example.html#a5">CompPage.ino</a>, <a class="el" href="_comp_picture_8ino-example.html#a6">CompPicture.ino</a>, <a class="el" href="_comp_pointer_8ino-example.html#a7">CompPointer.ino</a>, <a class="el" href="_comp_progress_bar_8ino-example.html#a7">CompProgressBar.ino</a>, <a class="el" href="_comp_slice_8ino-example.html#a6">CompSlice.ino</a>, and <a class="el" href="_comp_text_8ino-example.html#a6">CompText.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_touch_8cpp_source.html#l00440">440</a> of file <a class="el" href="_nex_touch_8cpp_source.html">NexTouch.cpp</a>.</p>
@@ -140,7 +140,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -413,7 +413,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -145,7 +145,7 @@ This program is free software; you can redistribute it and/or modify it under th
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -163,7 +163,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -67,7 +67,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -72,7 +72,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -127,7 +127,8 @@ Additional Inherited Members</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_nex_button.html" title="NexButton,subclass of NexTouch,provides simple methods to control button component. ">NexButton</a>,subclass of <a class="el" href="class_nex_touch.html" title="Root Class of Nextion Components. ">NexTouch</a>,provides simple methods to control button component. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_button_8ino-example.html#_a0">CompButton.ino</a>, <a class="el" href="_comp_pointer_8ino-example.html#_a1">CompPointer.ino</a>, <a class="el" href="_comp_progress_bar_8ino-example.html#_a1">CompProgressBar.ino</a>, and <a class="el" href="_comp_text_8ino-example.html#_a1">CompText.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_button_8h_source.html#l00025">25</a> of file <a class="el" href="_nex_button_8h_source.html">NexButton.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a6c7d60c2339b8c4530349fe2e75b840d"></a>
@@ -162,7 +163,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_button_8ino-example.html#a5">CompButton.ino</a>, <a class="el" href="_comp_pointer_8ino-example.html#a6">CompPointer.ino</a>, and <a class="el" href="_comp_progress_bar_8ino-example.html#a6">CompProgressBar.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_button_8cpp_source.html#l00070">70</a> of file <a class="el" href="_nex_button_8cpp_source.html">NexButton.cpp</a>.</p>
</div>
@@ -200,7 +202,8 @@ Additional Inherited Members</h2></td></tr>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>the text buffer length </dd></dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_button_8ino-example.html#a2">CompButton.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_button_8cpp_source.html#l00035">35</a> of file <a class="el" href="_nex_button_8cpp_source.html">NexButton.cpp</a>.</p>
</div>
@@ -233,7 +236,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_button_8ino-example.html#a3">CompButton.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_button_8cpp_source.html#l00053">53</a> of file <a class="el" href="_nex_button_8cpp_source.html">NexButton.cpp</a>.</p>
</div>
@@ -245,7 +249,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -72,7 +72,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -197,7 +197,7 @@ Additional Inherited Members</h2></td></tr>
<p>Register hotspot push callback function. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">pop</td><td>- the pointer to hotspot push callback function. </td></tr>
<tr><td class="paramname">push</td><td>- the pointer to hotspot push callback function. </td></tr>
<tr><td class="paramname">ptr</td><td>- the parameter to be transmitted to hotspot push callback function. </td></tr>
</table>
</dd>
@@ -215,7 +215,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -71,7 +71,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -124,7 +124,8 @@ Additional Inherited Members</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_nex_page.html" title="NexPage,subclass of NexTouch,provides simple methods to control page component. ">NexPage</a>,subclass of <a class="el" href="class_nex_touch.html" title="Root Class of Nextion Components. ">NexTouch</a>,provides simple methods to control page component. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_page_8ino-example.html#_a0">CompPage.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_page_8h_source.html#l00025">25</a> of file <a class="el" href="_nex_page_8h_source.html">NexPage.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a12dfab060db8a063ec37cc03d423bfa5"></a>
@@ -159,7 +160,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_page_8ino-example.html#a4">CompPage.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_page_8cpp_source.html#l00055">55</a> of file <a class="el" href="_nex_page_8cpp_source.html">NexPage.cpp</a>.</p>
</div>
@@ -186,7 +188,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_page_8ino-example.html#a2">CompPage.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_page_8cpp_source.html#l00033">33</a> of file <a class="el" href="_nex_page_8cpp_source.html">NexPage.cpp</a>.</p>
</div>
@@ -198,7 +201,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -72,7 +72,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -127,7 +127,8 @@ Additional Inherited Members</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_nex_picture.html" title="NexPicture,subclass of NexTouch,provides simple methods to control picture component. ">NexPicture</a>,subclass of <a class="el" href="class_nex_touch.html" title="Root Class of Nextion Components. ">NexTouch</a>,provides simple methods to control picture component. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_picture_8ino-example.html#_a0">CompPicture.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_picture_8h_source.html#l00025">25</a> of file <a class="el" href="_nex_picture_8h_source.html">NexPicture.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a48435e24d1e8792d01da857b56eed89f"></a>
@@ -162,7 +163,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_picture_8ino-example.html#a5">CompPicture.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_picture_8cpp_source.html#l00072">72</a> of file <a class="el" href="_nex_picture_8cpp_source.html">NexPicture.cpp</a>.</p>
</div>
@@ -188,13 +190,15 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<p>true - success. </p><dl class="retval"><dt>Return values</dt><dd>
<dl class="retval"><dt>Return values</dt><dd>
<table class="retval">
<tr><td class="paramname">true</td><td>- success. </td></tr>
<tr><td class="paramname">false</td><td>- failed. </td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_picture_8ino-example.html#a2">CompPicture.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_picture_8cpp_source.html#l00035">35</a> of file <a class="el" href="_nex_picture_8cpp_source.html">NexPicture.cpp</a>.</p>
</div>
@@ -227,7 +231,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_picture_8ino-example.html#a3">CompPicture.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_picture_8cpp_source.html#l00052">52</a> of file <a class="el" href="_nex_picture_8cpp_source.html">NexPicture.cpp</a>.</p>
</div>
@@ -239,7 +244,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -70,7 +70,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -120,7 +120,8 @@ Additional Inherited Members</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_nex_pointer.html" title="NexPointer,subclass of NexTouch,provides simple methods to control pointer component. ">NexPointer</a>,subclass of <a class="el" href="class_nex_touch.html" title="Root Class of Nextion Components. ">NexTouch</a>,provides simple methods to control pointer component. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_pointer_8ino-example.html#_a0">CompPointer.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_pointer_8h_source.html#l00010">10</a> of file <a class="el" href="_nex_pointer_8h_source.html">NexPointer.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a9d061972b36c952732c34ccfa3e506e3"></a>
@@ -151,7 +152,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_pointer_8ino-example.html#a3">CompPointer.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_pointer_8cpp_source.html#l00020">20</a> of file <a class="el" href="_nex_pointer_8cpp_source.html">NexPointer.cpp</a>.</p>
</div>
@@ -184,7 +186,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_pointer_8ino-example.html#a4">CompPointer.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_pointer_8cpp_source.html#l00037">37</a> of file <a class="el" href="_nex_pointer_8cpp_source.html">NexPointer.cpp</a>.</p>
</div>
@@ -196,7 +199,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -70,7 +70,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -120,7 +120,8 @@ Additional Inherited Members</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_nex_progress_bar.html" title="NexProgressBar,subclass of NexTouch,provides simple methods to control progress bar component...">NexProgressBar</a>,subclass of <a class="el" href="class_nex_touch.html" title="Root Class of Nextion Components. ">NexTouch</a>,provides simple methods to control progress bar component. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_progress_bar_8ino-example.html#_a0">CompProgressBar.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_progress_bar_8h_source.html#l00025">25</a> of file <a class="el" href="_nex_progress_bar_8h_source.html">NexProgressBar.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a3e5eb13b2aa014c8f6a9e16439917bf2"></a>
@@ -151,7 +152,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_progress_bar_8ino-example.html#a3">CompProgressBar.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_progress_bar_8cpp_source.html#l00035">35</a> of file <a class="el" href="_nex_progress_bar_8cpp_source.html">NexProgressBar.cpp</a>.</p>
</div>
@@ -184,7 +186,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_progress_bar_8ino-example.html#a4">CompProgressBar.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_progress_bar_8cpp_source.html#l00052">52</a> of file <a class="el" href="_nex_progress_bar_8cpp_source.html">NexProgressBar.cpp</a>.</p>
</div>
@@ -196,7 +199,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -70,7 +70,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -121,7 +121,8 @@ Additional Inherited Members</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_nex_slice.html" title="NexSlice,subclass of NexTouch,provides simple methods to control slice component. ...">NexSlice</a>,subclass of <a class="el" href="class_nex_touch.html" title="Root Class of Nextion Components. ">NexTouch</a>,provides simple methods to control slice component. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_slice_8ino-example.html#_a0">CompSlice.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_slice_8h_source.html#l00025">25</a> of file <a class="el" href="_nex_slice_8h_source.html">NexSlice.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a428e4ff2940895d87235452d5cdd298a"></a>
@@ -156,7 +157,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_slice_8ino-example.html#a5">CompSlice.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_slice_8cpp_source.html#l00072">72</a> of file <a class="el" href="_nex_slice_8cpp_source.html">NexSlice.cpp</a>.</p>
</div>
@@ -168,7 +170,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -72,7 +72,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -127,7 +127,8 @@ Additional Inherited Members</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_nex_text.html" title="NexText,subclass of NexTouch,provides simple methods to control text component. ">NexText</a>,subclass of <a class="el" href="class_nex_touch.html" title="Root Class of Nextion Components. ">NexTouch</a>,provides simple methods to control text component. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_text_8ino-example.html#_a0">CompText.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_text_8h_source.html#l00025">25</a> of file <a class="el" href="_nex_text_8h_source.html">NexText.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a65afd4e50e90d325dc990434fd0582d4"></a>
@@ -200,7 +201,8 @@ Additional Inherited Members</h2></td></tr>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>the the length of text value buffer. </dd></dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_text_8ino-example.html#a4">CompText.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_text_8cpp_source.html#l00035">35</a> of file <a class="el" href="_nex_text_8cpp_source.html">NexText.cpp</a>.</p>
</div>
@@ -233,7 +235,8 @@ Additional Inherited Members</h2></td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_text_8ino-example.html#a3">CompText.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_text_8cpp_source.html#l00053">53</a> of file <a class="el" href="_nex_text_8cpp_source.html">NexText.cpp</a>.</p>
</div>
@@ -245,7 +248,7 @@ Additional Inherited Members</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -67,7 +67,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -116,7 +116,7 @@ Static Public Member Functions</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Root Class of Nextion Components. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_hotspot_8ino-example.html#_a1">CompHotspot.ino</a>.</dd>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="_comp_button_8ino-example.html#_a1">CompButton.ino</a>, <a class="el" href="_comp_hotspot_8ino-example.html#_a1">CompHotspot.ino</a>, <a class="el" href="_comp_page_8ino-example.html#_a1">CompPage.ino</a>, <a class="el" href="_comp_picture_8ino-example.html#_a1">CompPicture.ino</a>, <a class="el" href="_comp_pointer_8ino-example.html#_a2">CompPointer.ino</a>, <a class="el" href="_comp_progress_bar_8ino-example.html#_a2">CompProgressBar.ino</a>, <a class="el" href="_comp_slice_8ino-example.html#_a1">CompSlice.ino</a>, and <a class="el" href="_comp_text_8ino-example.html#_a2">CompText.ino</a>.</dd>
</dl>
<p>Definition at line <a class="el" href="_nex_touch_8h_source.html#l00063">63</a> of file <a class="el" href="_nex_touch_8h_source.html">NexTouch.h</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
@@ -181,7 +181,7 @@ Static Public Member Functions</h2></td></tr>
<tr><td class="paramname">cid</td><td>- component id. </td></tr>
<tr><td class="paramname">name</td><td>- component name. </td></tr>
<tr><td class="paramname">pop</td><td>- pop event function pointer. </td></tr>
<tr><td class="paramname">pop_str</td><td>- the parameter was transmitted to pop event function pointer. </td></tr>
<tr><td class="paramname">pop_ptr</td><td>- the parameter was transmitted to pop event function pointer. </td></tr>
<tr><td class="paramname">push</td><td>- push event function pointer. </td></tr>
<tr><td class="paramname">push_ptr</td><td>- the parameter was transmitted to push event function pointer. </td></tr>
</table>
@@ -477,7 +477,7 @@ Static Public Member Functions</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -63,7 +63,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -70,7 +70,7 @@ Directories</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -56,7 +56,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -44,15 +44,27 @@
</div><!--header-->
<div class="contents">
<div class="textblock">Here is a list of all examples:</div><ul>
<li><a class="el" href="_comp_button_8ino-example.html">CompButton.ino</a></li>
<li><a class="el" href="_comp_hotspot_8ino-example.html">CompHotspot.ino</a></li>
<li><a class="el" href="_nex_touch_8cpp-example.html">NexTouch.cpp</a></li>
<li><a class="el" href="_comp_page_8ino-example.html">CompPage.ino</a></li>
<li><a class="el" href="_comp_picture_8ino-example.html">CompPicture.ino</a></li>
<li><a class="el" href="_comp_pointer_8ino-example.html">CompPointer.ino</a></li>
<li><a class="el" href="_comp_progress_bar_8ino-example.html">CompProgressBar.ino</a></li>
<li><a class="el" href="_comp_slice_8ino-example.html">CompSlice.ino</a></li>
<li><a class="el" href="_comp_text_8ino-example.html">CompText.ino</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -91,7 +91,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -201,7 +201,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -201,7 +201,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -64,7 +64,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -64,7 +64,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -67,7 +67,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -4,7 +4,7 @@
<param name="FrameName" value="right">
</OBJECT>
<UL>
<LI><OBJECT type="text/sitemap"><param name="Name" value="Nextion Library for Arduino"><param name="Local" value="md_readme.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="readme"><param name="Local" value="md_readme.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="Classes"><param name="ImageNumber" value="1"></OBJECT>
<UL>
<LI><OBJECT type="text/sitemap"><param name="Name" value="Class List"><param name="Local" value="annotated.html"><param name="ImageNumber" value="1"></OBJECT>
@@ -245,8 +245,14 @@
</UL>
<LI><OBJECT type="text/sitemap"><param name="Name" value="Examples"><param name="Local" value="examples.html"><param name="ImageNumber" value="1"></OBJECT>
<UL>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompButton.ino"><param name="Local" value="_comp_button_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompHotspot.ino"><param name="Local" value="_comp_hotspot_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="NexTouch.cpp"><param name="Local" value="_nex_touch_8cpp-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompPage.ino"><param name="Local" value="_comp_page_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompPicture.ino"><param name="Local" value="_comp_picture_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompPointer.ino"><param name="Local" value="_comp_pointer_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompProgressBar.ino"><param name="Local" value="_comp_progress_bar_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompSlice.ino"><param name="Local" value="_comp_slice_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Name" value="CompText.ino"><param name="Local" value="_comp_text_8ino-example.html"><param name="ImageNumber" value="11"></OBJECT>
</UL>
</UL>
</BODY>

View File

@@ -106,7 +106,6 @@
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_text.html#ab199d12188a48e5f92844452ebd493cc"><param name="Name" value="NexText"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_text.html#a19589b32c981436a1bbcfe407bc766e3"><param name="Name" value="setText"></OBJECT>
</UL>
<LI><OBJECT type="text/sitemap"><param name="Local" value="md_readme.html"><param name="Name" value="Nextion Library for Arduino"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_touch.html"><param name="Name" value="NexTouch"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Local" value="_nex_touch_8cpp.html"><param name="Name" value="NexTouch.cpp"></OBJECT>
<UL>
@@ -132,6 +131,7 @@
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_touch.html#a822897068e62ae76bee9824de1ef85a8"><param name="Name" value="sendCommand"></OBJECT>
</UL>
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_touch.html#a5f4c8a51d930403413d1f267348a9a1e"><param name="Name" value="print"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Local" value="md_readme.html"><param name="Name" value="readme"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_touch.html#a9129f708be2b8f7fd417803025e83507"><param name="Name" value="recvRetCommandFinished"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_touch.html#a257439b0ce23b3b2de73fad3944d5336"><param name="Name" value="recvRetNumber"></OBJECT>
<LI><OBJECT type="text/sitemap"><param name="Local" value="class_nex_touch.html#ac9cf23a7fc63040dc129ac3cb3de1d35"><param name="Name" value="recvRetString"></OBJECT>

View File

@@ -13,8 +13,14 @@ Title=API
main="API","index.hhc","index.hhk","index.html","index.html",,,,,0x23520,,0x10387e,,,,,,,,0
[FILES]
_comp_button_8ino-example.html
_comp_hotspot_8ino-example.html
_nex_touch_8cpp-example.html
_comp_page_8ino-example.html
_comp_picture_8ino-example.html
_comp_pointer_8ino-example.html
_comp_progress_bar_8ino-example.html
_comp_slice_8ino-example.html
_comp_text_8ino-example.html
_comp_button_8ino_source.html
_comp_hotspot_8ino_source.html
_comp_page_8ino_source.html

View File

@@ -43,10 +43,35 @@
<div class="title">API Documentation</div> </div>
</div><!--header-->
<div class="contents">
</div><!-- contents -->
<div class="textblock"><h1>Nextion Library for Arduino</h1>
<p>Nextion Arduino library provides an easy-to-use way to manipulate Nextion serial displays. Users can use the libarry freely, either in commerical projects or open-source prjects, without any additional condiitons.</p>
<p>For more information about the Nextion display project, please visit <a href="http://wiki.iteadstudio.com/Nextion_HMI_Solution">the wiki。</a> The wiki provdies all the necessary technical documnets, quick start guide, tutorials, demos, as well as some useful resources.</p>
<p>To get your Nextion display, please visit <a href="http://imall.itead.cc/display/nextion.html">iMall.</a></p>
<p>To discuss the project? Request new features? Report a BUG? please visit the <a href="http://support.iteadstudio.com/discussions/1000058038">Forums</a></p>
<p> </p><h1>Source</h1>
<p>Latest source code can be download at <a href="https://github.com/itead/ITEADLIB_Arduino_Nextion">https://github.com/itead/ITEADLIB_Arduino_Nextion</a>.</p>
<p>You can clone it by: </p><pre class="fragment">git clone https://github.com/itead/ITEADLIB_Arduino_Nextion
</pre><h1>Hareware requirement</h1>
<ul>
<li>RAM: not less than 2KBytes</li>
<li>Serial: two serial (communication and debug)</li>
</ul>
<h1>Suppported Mainboards:</h1>
<ul>
<li>Iteaduino MEGA2560</li>
<li>Arduino MEGA2560</li>
</ul>
<hr/>
<p>DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004</p>
<p>Copyright (C) 2014 ITEAD Studio</p>
<p>Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. </p><pre class="fragment"> DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
</pre><p>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p>
<p>0. You just DO WHAT THE FUCK YOU WANT TO.</p>
<hr/>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>API: Nextion Library for Arduino</title>
<title>API: readme</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -40,37 +40,13 @@
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Nextion Library for Arduino </div> </div>
<div class="title">readme </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Nextion Arduino library provides an easy-to-use way to manipulate Nextion serial displays. Users can use the libarry freely, either in commerical projects or open-source prjects, without any additional condiitons.</p>
<p>For more information about the Nextion display project, please visit <a href="http://wiki.iteadstudio.com/Nextion_HMI_Solution">the wiki。</a> The wiki provdies all the necessary technical documnets, quick start guide, tutorials, demos, as well as some useful resources.</p>
<p>To get your Nextion display, please visit <a href="http://imall.itead.cc/display/nextion.html">iMall.</a></p>
<p>To discuss the project? Request new features? Report a BUG? please visit the <a href="http://support.iteadstudio.com/discussions/1000058038">Forums</a></p>
<p> </p><h1>Source</h1>
<p>Latest source code can be download at <a href="https://github.com/itead/ITEADLIB_Arduino_Nextion">https://github.com/itead/ITEADLIB_Arduino_Nextion</a>.</p>
<p>You can clone it by: </p><pre class="fragment">git clone https://github.com/itead/ITEADLIB_Arduino_Nextion
</pre><h1>Hareware requirement</h1>
<ul>
<li>RAM: not less than 2KBytes</li>
<li>Serial: two serial (communication and debug)</li>
</ul>
<h1>Suppported Mainboards:</h1>
<ul>
<li>Iteaduino MEGA2560</li>
<li>Arduino MEGA2560</li>
</ul>
<hr/>
<p>DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004</p>
<p>Copyright (C) 2014 ITEAD Studio</p>
<p>Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. </p><pre class="fragment"> DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
</pre><p>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p>
<p>0. You just DO WHAT THE FUCK YOU WANT TO.</p>
<hr/>
</div></div><!-- contents -->
<div class="textblock"></div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -45,13 +45,13 @@
<div class="contents">
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_readme.html" target="_self">Nextion Library for Arduino</a></td><td class="desc"></td></tr>
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_readme.html" target="_self">readme</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>

View File

@@ -49,62 +49,64 @@
<div class="title">readme.md</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor"># Nextion Library for Arduino </span></div>
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;@mainpage</div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;Nextion Arduino library provides an easy-to-use way to manipulate Nextion serial displays. </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;Users can use the libarry freely, either in commerical projects or open-source prjects, without any additional condiitons. </div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;For more information about the Nextion display project, please visit [the wiki。](http:<span class="comment">//wiki.iteadstudio.com/Nextion_HMI_Solution) </span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;The wiki provdies all the necessary technical documnets, quick start guide, tutorials, demos, as well as some useful resources.</div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;To <span class="keyword">get</span> your Nextion display, please visit [iMall.](http:<span class="comment">//imall.itead.cc/display/nextion.html)</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor"># Nextion Library for Arduino </span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;Nextion Arduino library provides an easy-to-use way to manipulate Nextion serial displays. </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;Users can use the libarry freely, either in commerical projects or open-source prjects, without any additional condiitons. </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;For more information about the Nextion display project, please visit [the wiki。](http:<span class="comment">//wiki.iteadstudio.com/Nextion_HMI_Solution) </span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;The wiki provdies all the necessary technical documnets, quick start guide, tutorials, demos, as well as some useful resources.</div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;To discuss the project? Request <span class="keyword">new</span> features? Report a BUG? please visit the [Forums](http:<span class="comment">//support.iteadstudio.com/discussions/1000058038)</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;To <span class="keyword">get</span> your Nextion display, please visit [iMall.](http:<span class="comment">//imall.itead.cc/display/nextion.html)</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor"># Source </span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;Latest source code can be download at https:<span class="comment">//github.com/itead/ITEADLIB_Arduino_Nextion.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;To discuss the project? Request <span class="keyword">new</span> features? Report a BUG? please visit the [Forums](http:<span class="comment">//support.iteadstudio.com/discussions/1000058038)</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor"># Source </span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;You can clone it by:</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;Latest source code can be download at https:<span class="comment">//github.com/itead/ITEADLIB_Arduino_Nextion.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; git clone https:<span class="comment">//github.com/itead/ITEADLIB_Arduino_Nextion</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;You can clone it by:</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor"># Hareware requirement </span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; git clone https:<span class="comment">//github.com/itead/ITEADLIB_Arduino_Nextion</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; - RAM: not less than 2KBytes</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; - Serial: two serial (communication and debug)</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor"># Suppported Mainboards:</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor"># Hareware requirement </span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; - RAM: not less than 2KBytes</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; - Serial: two serial (communication and debug)</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; - Iteaduino MEGA2560</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; - Arduino MEGA2560</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;-------------------------------------------------------------------------------</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor"># Suppported Mainboards:</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; - Iteaduino MEGA2560</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; - Arduino MEGA2560</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; Version 2, December 2004 </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; Copyright (C) 2014 ITEAD Studio</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;-------------------------------------------------------------------------------</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; Version 2, December 2004 </div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; Everyone is permitted to copy and distribute verbatim or modified </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; copies of <span class="keyword">this</span> license document, and changing it is allowed as <span class="keywordtype">long</span> </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; as the name is changed. </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION </div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; 0. You just DO WHAT THE FUCK YOU WANT TO.</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; Copyright (C) 2014 ITEAD Studio</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; Everyone is permitted to copy and distribute verbatim or modified </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; copies of <span class="keyword">this</span> license document, and changing it is allowed as <span class="keywordtype">long</span> </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; as the name is changed. </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE </div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;-------------------------------------------------------------------------------</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; 0. You just DO WHAT THE FUCK YOU WANT TO.</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;-------------------------------------------------------------------------------</div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 16 2015 10:37:57 for API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jul 16 2015 10:59:03 for API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>