tempe_displays.st7789.waveshare =============================== .. py:module:: tempe_displays.st7789.waveshare Classes ------- .. autoapisummary:: tempe_displays.st7789.waveshare.PicoResTouchDisplay Module Contents --------------- .. py:class:: PicoResTouchDisplay(spi=None, cs_pin=9, dc_pin=8, backlight_pin=13, size=(320, 240), reset_pin=15) Bases: :py:obj:`tempe_displays.st7789.spi.ST7789_SPI` Waveshare Pico-ResTouch-LCD-2.8. This should work for any other Waveshare devices with similar pinouts. See: https://github.com/orgs/micropython/discussions/16194 .. py:attribute:: backlight_pin .. py:method:: init(rotation=0) :async: