tempe_displays.st7789.waveshare#

Classes#

PicoResTouchDisplay

Waveshare Pico-ResTouch-LCD-2.8.

Module Contents#

class PicoResTouchDisplay(
spi=None,
cs_pin=9,
dc_pin=8,
backlight_pin=13,
size=(320, 240),
reset_pin=15,
)#

Bases: tempe_displays.st7789.spi.ST7789_SPI

Waveshare Pico-ResTouch-LCD-2.8.

This should work for any other Waveshare devices with similar pinouts. See: orgs/micropython#16194

backlight_pin#
async init(rotation=0)#