File tree Expand file tree Collapse file tree 8 files changed +30
-0
lines changed Expand file tree Collapse file tree 8 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 439
439
[submodule "libraries/drivers/lps35hw "]
440
440
path = libraries/drivers/lps35hw
441
441
url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git
442
+ [submodule "libraries/drivers/ili9341 "]
443
+ path = libraries/drivers/ili9341
444
+ url = https://github.com/adafruit/Adafruit_CircuitPython_ILI9341.git
445
+ [submodule "libraries/drivers/st7735r "]
446
+ path = libraries/drivers/st7735r
447
+ url = https://github.com/adafruit/Adafruit_CircuitPython_ST7735R.git
448
+ [submodule "libraries/drivers/st7735 "]
449
+ path = libraries/drivers/st7735
450
+ url = https://github.com/adafruit/Adafruit_CircuitPython_ST7735.git
451
+ [submodule "libraries/drivers/hx8357 "]
452
+ path = libraries/drivers/hx8357
453
+ url = https://github.com/adafruit/Adafruit_CircuitPython_HX8357.git
454
+ [submodule "libraries/drivers/ssd1351 "]
455
+ path = libraries/drivers/ssd1351
456
+ url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1351.git
457
+ [submodule "libraries/drivers/ssd1331 "]
458
+ path = libraries/drivers/ssd1331
459
+ url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1331.git
Original file line number Diff line number Diff line change @@ -91,13 +91,19 @@ Drivers used to display information. Either pixel or segment based.
91
91
Character LCD <https://circuitpython.readthedocs.io/projects/charlcd/en/latest/ >
92
92
E-Paper Display <https://circuitpython.readthedocs.io/projects/epd/en/latest/ >
93
93
HT16K33 LED Matrices and Segment Displays <https://circuitpython.readthedocs.io/projects/ht16k33/en/latest/ >
94
+ HX8357 3.5-inch TFT Display Driver <https://circuitpython.readthedocs.io/projects/hx8357/en/latest/ >
95
+ ILI9341 and ILI9340 TFT-LCD Display Driver <https://circuitpython.readthedocs.io/projects/ili9341/en/latest/ >
94
96
IS31FL3731 Charlieplexed LED Matrix <https://circuitpython.readthedocs.io/projects/is31fl3731/en/latest/ >
95
97
MAX7219 LED Matrix <https://circuitpython.readthedocs.io/projects/max7219/en/latest/ >
96
98
Nokia PCD8544 Display <https://circuitpython.readthedocs.io/projects/pcd8544/en/latest/ >
97
99
RA8875 40-Pin Display Driver <https://circuitpython.readthedocs.io/projects/ra8875/en/latest/ >
98
100
RGB Displays <https://circuitpython.readthedocs.io/projects/rgb_display/en/latest/ >
99
101
SSD1306 OLED Driver <https://circuitpython.readthedocs.io/projects/ssd1306/en/latest/ >
102
+ SSD1331 OLED Display Driver <https://circuitpython.readthedocs.io/projects/ssd1331/en/latest/ >
103
+ SSD1351 OLED Display Driver <https://circuitpython.readthedocs.io/projects/ssd1351/en/latest/ >
100
104
Sharp Memory Display <https://circuitpython.readthedocs.io/projects/sharpmemorydisplay/en/latest/ >
105
+ ST7735 TFT-LCD displays <https://circuitpython.readthedocs.io/projects/st7735/en/latest/ >
106
+ ST7735R TFT-LCD displays <https://circuitpython.readthedocs.io/projects/st7735r/en/latest/ >
101
107
102
108
Real-time clocks
103
109
-----------------
You can’t perform that action at this time.
0 commit comments