There's also an actual bug in the RGB_Display ST7735 base class: (_INVCTR, b"0x00") sends the four ASCII bytes 0x30 0x78 0x30 0x30 to INVCTR instead of \x00.
That'd only affect anyone instantiating the bare ST7735 (not the R or S subclasses), but worth flagging upstream.
Thanks Claude.
|
(_INVCTR, b"0x00"), # line inversion |
Thanks Claude.
Adafruit_CircuitPython_RGB_Display/adafruit_rgb_display/st7735.py
Line 109 in f218dd8