API Reference

adafruit_st7789

Displayio driver for ST7789 based displays.

  • Author(s): Melissa LeBlanc-Williams

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_st7789.ST7789(*args: Any, **kwargs: Any)

ST7789 driver

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

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

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