Skip to content

Commit 15815d4

Browse files
committed
mention in Readme that ST7735R and ST7735S are supported
1 parent 5ecb70e commit 15815d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Port of display drivers from https://github.com/adafruit/micropython-adafruit-rg
1717

1818
.. note:: This driver currently won't work on micropython.org firmware, instead you want the micropython-adafruit-rgb-display driver linked above!
1919

20-
This CircuitPython driver currently supports displays that use the following display-driver chips: HX8353, HX8357, ILI9341, S6D02A1, ST7789, SSD1331, SSD1351, and ST7735.
20+
This CircuitPython driver currently supports displays that use the following display-driver chips: HX8353, HX8357, ILI9341, S6D02A1, ST7789, SSD1331, SSD1351, and ST7735 (including variants ST7735R and ST7735S).
2121

2222
Dependencies
2323
=============

adafruit_rgb_display/st7735.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
_GMCTRP1 = const(0xE0)
8585
_GMCTRN1 = const(0xE1)
8686

87+
8788
class ST7735(DisplaySPI):
8889
"""
8990
A simple driver for the ST7735-based displays.

0 commit comments

Comments
 (0)