node-red-contrib-smartnode
Version:
this project is a nodejs package for making the nodered support the Smart Device development. the pacakge require node-red enviroment.
20 lines (19 loc) • 1.53 kB
HTML
<script type="text/xred" data-help-name="Screen9225">
<h1 id="ili9225屏幕"><a name="ili9225屏幕" href="#ili9225屏幕"></a>ILI9225屏幕</h1>
<p>本节点使用ILI9225 TFT屏幕显示图片。</p>
<h4 id="**参数配置**"><a name="**参数配置**" href="#**参数配置**"></a><strong>参数配置</strong></h4>
<ol>
<li>Name:节点名字。</li></ol>
<h4 id="**输入量**"><a name="**输入量**" href="#**输入量**"></a><strong>输入量</strong></h4>
<ol>
<li>msg.payload: 要显示的图像的序号(从0开始),或者清屏(-1)。</li><li>msg.imagePtr: 用于显示实时画面,接收来自摄像头,人脸识别等结点传入的实时图像。</li></ol>
<h4 id="**输出量**"><a name="**输出量**" href="#**输出量**"></a><strong>输出量</strong></h4>
<ol>
<li>无。</li></ol>
<h4 id="**使用方法**"><a name="**使用方法**" href="#**使用方法**"></a><strong>使用方法</strong></h4>
<ol>
<li>按照要求将屏幕接线。</li><li>向节点输入<code>msg.payload</code>或者<code>msg.imagePtr</code>消息,显示相应的图像。</li><li>默认存储了三张表情图片在系统中,分别是生气(100),微笑(101)和平和(102)。</li></ol>
<h4 id="**接线图**"><a name="**接线图**" href="#**接线图**"></a><strong>接线图</strong></h4>
<p>左侧为屏幕引脚,右侧为Edison Arduino Board引脚。</p>
<p>VCC : 5V<br>GND : GND<br>GND :<br>NC :<br>NC :<br>LED : 3.3V<br>CLK : 13<br>SDI : 11<br>RS : A0(14)<br>RST : A1(15)<br>CS : 9</p>
</script>