xod-dev/st7735-display@0.37.3

License: AGPL-3.0

Nodes to drive ST7735 based TFT LCD displays. This library supports 128x160 resolution displays which are connected through the hardware SPI interface. Physically, some displays based on the 7735 chip may differ from each other and have different sets of instructions for initialization. To solve this, the library contains several device nodes for different types of displays. These nodes are labeled "B", "G", "RG", and "RR".
NodeDescription
render
Renders a tree of graphic elements and display them on the device.
rotate
Rotates the screen of the display to one of four positions: 0° vertical, 90° horizontal, 180° vertical, and 270° horizontal.
st7735-128x160-b
A quick-start node drives an ST7735 based TFT LCD 128x160 display of the "B" type connected through a hardware SPI interface.
st7735-128x160-b-device
Device node for an ST7735 based TFT LCD 128x160 display of the "B" type connected through a hardware SPI interface.
st7735-128x160-g
A quick-start node drives an ST7735 based TFT LCD 128x160 display of the "G" type connected through a hardware SPI interface.
st7735-128x160-g-device
Device node for an ST7735 based TFT LCD 128x160 display of the "G" type connected through a hardware SPI interface.
st7735-128x160-rg
A quick-start node drives an ST7735 based TFT LCD 128x160 display of the "RG" type connected through a hardware SPI interface.
st7735-128x160-rg-device
Device node for an ST7735 based TFT LCD 128x160 display of the "RG" type connected through a hardware SPI interface.
st7735-128x160-rr
A quick-start node drives an ST7735 based TFT LCD 128x160 display of the "RR" type connected through a hardware SPI interface.
st7735-128x160-rr-device
Device node for an ST7735 based TFT LCD 128x160 display of the "RR" type connected through a hardware SPI interface.
To use the nodes in your project you should have the xod-dev/st7735-display 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.