adafruit/Adafruit_CircuitPython_RGB_Display

No support for the "red tab" ST7735 displays

deshipu opened this issue · 1 comments

The ST7735 display comes in two versions, referred to at Adafruit as "green tab" and "red tab" for some reason (even though the "green tab" ones often come with black tabs, and "red tab" ones often have green tabs). Those two kinds require different initialization code.

The MicroPython driver has a separate class for this, called ST7735R. Not sure how it would be best handled here.

I will make a pull request with the additional class, and then we can discuss it.