API Reference

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(*args: Any, **kwargs: Any)

ST7735R display driver

Parameters:
  • bus (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)