adafruit / Adafruit_CircuitPython_ILI9341

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

Remove max_size parameter #27

Closed lesamouraipourpre closed 3 years ago

lesamouraipourpre commented 3 years ago

Remove the max_size parameter. It is no longer used by displayio.Group Ref: adafruit/circuitpython#4959

I don't have a ILI9341 display to test with.