st7735-128x160-rg

xod-dev/st7735-display/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
@/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.
DCport
The "data/command" board port the display is connected to. It can be named D/C, DC, A0.
CSport
The "chip select" board port of the SPI interface the display is connected to.
RSTport
The "reset input" board port the display is connected to. It can be named RESET, RES. If the display does not have a reset port leave the D255 default value at the RST pin.
GFXxod/graphics/graphics
A tree of graphic elements created using the xod/graphics library.
ACTboolean
Makes the display react to incoming changes of a tree of graphic elements while `ACT` is true
st7735-128x160-rg
ACK
DC
CS
RST
GFX
ACT
ACKpulse
Pulses to acknowledge changes in the tree of graphic elements.
To use the node 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.