Bump piLcd package after tidy up

This commit is contained in:
Dave Conway-Jones
2020-06-15 23:20:46 +01:00
parent 6161df3380
commit 34fc79ddb6
6 changed files with 10 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="rpi-lcd">
<script type="text/html" data-help-name="rpi-lcd">
<p>Raspberry Pi output to a HD44780 style LCD. Usually 1, 2, or 4 lines of characters.</p>
<p>Expects a <code>msg.payload</code> with a string in it.</p>
<p>Strings for the second line of the display must start <b>2:</b> - the third start <b>3:</b> - and the fourth <b>4:</b></p>

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="rpi-lcd">
<script type="text/html" data-help-name="rpi-lcd">
<p>Raspberry PiがHD44780スタイルのLCDへ通常124行の文字列を表示します</p>
<p>本ノードは文字列型の<code>msg.payload</code></p>
<p>ディスプレイの2行目に文字列を表示するには<b>2:</b>3<b>3:</b>4<b>4:</b></p>