adafruit / Adafruit_CircuitPython_ST7735R

ST7735R TFT LCD display driver
MIT License
17 stars 11 forks source link

Remove max_size parameter #25

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 ST7735R display to test with.