File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 457
457
[submodule "libraries/drivers/ssd1331 "]
458
458
path = libraries/drivers/ssd1331
459
459
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1331.git
460
+ [submodule "libraries/drivers/st7789 "]
461
+ path = libraries/drivers/st7789
462
+ url = https://github.com/adafruit/Adafruit_CircuitPython_ST7789.git
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ Drivers used to display information. Either pixel or segment based.
104
104
Sharp Memory Display <https://circuitpython.readthedocs.io/projects/sharpmemorydisplay/en/latest/ >
105
105
ST7735 TFT-LCD displays <https://circuitpython.readthedocs.io/projects/st7735/en/latest/ >
106
106
ST7735R TFT-LCD displays <https://circuitpython.readthedocs.io/projects/st7735r/en/latest/ >
107
+ ST7789 TFT-LCD displays <https://circuitpython.readthedocs.io/projects/st7789/en/latest/ >
107
108
108
109
Real-time clocks
109
110
-----------------
You can’t perform that action at this time.
0 commit comments