lcd.xml - emelianov/ehcontrol3 GitHub Wiki

lcd.xml

Parameter Description Default
address I2C device address 37
width LCD Width (chars) 16
height LCD Heigth 2
sleeptime LCD update cycle time (mS) 4000
blinktime LCD blink-off cykle time (mS) 750
block Sub-section
block\col Position: column 0
block\row Position: row 0
block\type Type: clock/temp/text text
block\index Temperature sensor index 0
block\text Text Blink filler
<lcd>
<address>63</address>
<width>16</width>
<height>2</height>
<block>
<col>0</col>
<row>0</row>
<type>temp</type>
<index>0</index>
<text>_____</text>
</block>
<block>
<col>0</col>
<row>1</row>
<type>temp</type>
<value>0</value>
</block>
</lcd>
⚠️ **GitHub.com Fallback** ⚠️