PureData CEAMMC library web documentation
aliases: [hw.rpi.display.lcd1602], [hw.rpi.display.lcd2004]
available since version: 0.9.8
Note: display can be configured in single line mode.
clear
clear all display data and set cursor position to 0, 0
LINE cursor line
type: int
required: True
COL cursor line character position
type: int
required: True
font
choose font
@i2c_addr (initonly)
Get/set I²C address. Values 'default' (for addr 0x27), 'alt' (for addr 0x3f) are also
accepted
type: int
range: -4..119
default: -1
@i2c_bus (initonly)
Get/set I²C bus
type: atom
enum: 1, 2, 3, 4, 5, 6, default, none
default: none
@rows (initonly)
Get/set number of display rows
type: int
enum: 1, 2, 4
default: 1
Authors: Serge Poltavsky
License: GPL3 or later