tempe_displays.st7789.waveshare =============================== .. py:module:: tempe_displays.st7789.waveshare Classes ------- .. autoapisummary:: tempe_displays.st7789.waveshare.PicoResTouchDisplay Module Contents --------------- .. py:class:: PicoResTouchDisplay(spi: machine.SPI | None = None, cs_pin: int | machine.Pin = 17, dc_pin: int | machine.Pin = 16, backlight_pin: int | machine.Pin = 20, size: tuple[int, int] = (320, 240), reset_pin: int | machine.Pin | None = 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:method:: init(rotation: Literal[0, 90, 180, 270] = 0) -> None :async: