adafruit / Adafruit_CircuitPython_RGB_Display

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

Added st7789 display support #24

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

Fixes #19. Also fixes a broken link in RTD causing the build to fail.

makermelissa commented 5 years ago

Added an example for the st7789. Since there wasn't a file called simpletest, I decided to solve 2 problems at once.

makermelissa commented 5 years ago

I guess this fixes #20 as well.