sitronix,st7567 (on i2c bus)

Vendor: Sitronix Technology Corporation

Description

ST7567 132x65 dot-matrix LCD controller on I2C bus

Properties

Properties not inherited from the base binding file.

Name

Type

Details

column-offset

int

8-bits start column address

This property is required.

line-offset

int

6-bits start line offset

This property is required.

regulation-ratio

int

Regulation resistor ratio (3-bits RR2 RR1 RR0)

This property is required.

segment-invdir

boolean

Scan direction is from last SEG output to first SEG output

com-invdir

boolean

Scan direction is from last COM output to first COM output

inversion-on

boolean

Invert display

bias

boolean

Bias setting (0 for 1/9, or 1 for 1/7)

reset-gpios

phandle-array

RESET pin.
The RESET pin of ST7567 is active low. If connected directly, the MCU pin should be configured as active low.

height

int

Height of the panel driven by the controller, with the units in pixels.

This property is required.

width

int

Width of the panel driven by the controller, with the units in pixels.

This property is required.

supply-gpios

phandle-array

GPIO specifier that controls power to the device.

This property should be provided when the device has a dedicated
switch that controls power to the device.  The supply state is
entirely the responsibility of the device driver.

Contrast with vin-supply.

vin-supply

phandle

Reference to the regulator that controls power to the device.
The referenced devicetree node must have a regulator compatible.

This property should be provided when device power is supplied
by a shared regulator.  The supply state is dependent on the
request status of all devices fed by the regulator.

Contrast with supply-gpios.  If both properties are provided
then the regulator must be requested before the supply GPIOS is
set to an active state, and the supply GPIOS must be set to an
inactive state before releasing the regulator.