adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
132 stars 53 forks source link

No support for the "red tab" ST7735 displays #2

Closed deshipu closed 7 years ago

deshipu commented 7 years ago

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.

deshipu commented 7 years ago

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