adafruit / Adafruit_CircuitPython_ILI9341

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

Allow passing additional displayio Parameters #5

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

Add kwargs so that additional parameters such as rotation can be passed to displayio.

makermelissa commented 5 years ago

Fixed via #6.