text-lcd-i2c-16x2

wayland/text-lcd-i2c/text-lcd-i2c-16x2

A quick-start node drives a text LCD screen with a PCF8574 or PCA8574 I²C expander module. Usually have a value in range 0x20-0x27 or 0x38-0x3F. Consult LCD/expander documentation to know the exact value.
text-lcd-i2c-16x2
@/text-lcd-i2c-16x2
A quick-start node drives a text LCD screen with a PCF8574 or PCA8574 I²C expander module. Usually have a value in range 0x20-0x27 or 0x38-0x3F. Consult LCD/expander documentation to know the exact value.
I2Cxod/i2c/i2c
I²C bus.
ADDRbyte
I²C address of the expander chip.
BLboolean
Backlight enable/disable
L1string
Text for the first line
L2string
Text for the second line
ACTboolean
Fires update of LCD display on incoming value change while `ACT` is true.
text-lcd-i2c-16x2
I2C
ADDR
BL
L1
L2
ACT
ACK
ACKpulse
Fires when write is done
To use the node in your project you should have the wayland/text-lcd-i2c library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.