adafruit / Adafruit_CircuitPython_FeatherWing

CircuitPython classes for Adafruit FeatherWings
MIT License
10 stars 13 forks source link

Mini Color TFT with Joystick FeatherWing Lib #37

Closed hexthat closed 5 years ago

hexthat commented 5 years ago

I think this could help some people use the wing easier.

makermelissa commented 5 years ago

Ok thanks @hexthat. I think the approach we were going for with this library was that each of the components on the board had their individual drivers and this was more of a helper library that tied those together for the user. In this case, the components are the Seesaw Driver and the ST7735R displayio driver. :)

makermelissa commented 5 years ago

Closing because it was easier to finish the one I had already started than to go through making changes.