adafruit_st7735r

Displayio driver for ST7735R based displays.

  • Author(s): Scott Shawcroft and Melissa LeBlanc-Williams

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_st7735r.ST7735R(bus: FourWire, *, bgr: bool = False, invert: bool = False, **kwargs: Any)

ST7735R display driver

Parameters:
  • bus (displayio.FourWire) – bus that the display is connected to

  • bgr (bool) – (Optional) An extra init sequence to append (default=False)

  • invert (bool) – (Optional) Invert the colors (default=False)