adafruit / Adafruit_CircuitPython_ILI9341

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

File changes to allow releasing on PyPI #22

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

Now that I've been adding displayio, it makes sense to have this on PyPI. I made changes such as adding a setup.py file and setting displayio as a dependency to the drivers. After this is merged, I can test releasing. This will be the first driver to use it as a dependency so these changes will likely be needed in other displayio driver repos.