adafruit / Adafruit_CircuitPython_ILI9341

CircuitPython display driver for ILI9341
MIT License
16 stars 11 forks source link

Created an example that uses displayio #2

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

Added a working simpletest example. Tested successfully with CircuitPython 4.0-beta4, the 2.4" TFT FeatherWing, and a Feather M4 Express. It should also work with earlier versions of CP4, but that is untested.

makermelissa commented 5 years ago

It appears to be failing on Travis because sphinx can't find anything on displayio. It might be because this is extending an internal class or because CP is still in beta. Either way, my changes don't touch the file it is having issues with.