st7735-128x160-rr

xod-dev/st7735-display/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
@/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.
CSport
The "chip select" board port of the SPI interface the display is connected to.
DCport
The "data/command" board port the display is connected to. It can be named D/C, DC, A0.
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-rr
CS
DC
RST
GFX
ACT
ACK
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.