You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port of display drivers from https://github.com/adafruit/micropython-adafruit-rgb-display to Adafruit CircuitPython for use on Adafruit's SAMD21-based and other CircuitPython boards.
15
13
16
-
Port of display drivers from https://github.com/adafruit/micropython-adafruit-rgb-display
17
-
to Adafruit CircuitPython for use on Adafruit's SAMD21-based and other CircuitPython
18
-
boards.
19
-
20
-
This driver depends on the Adafruit CircuitPython BusDevice module being installed on the
Note that this driver currently won't work on micropython.org firmware, instead
14
+
.. note:: This driver currently won't work on micropython.org firmware, instead
24
15
you want the micropython-adafruit-rgb-display driver linked above!
25
16
17
+
This CircuitPython driver currently supports displays that use the following display-driver chips: HX8353, ILI9341, S6D02A1, SSD1331, SSD1351, and ST7735.
0 commit comments