adafruit / Adafruit_CircuitPython_ProgressBar

Dynamic progress bar widget for CircuitPython displays
MIT License
6 stars 9 forks source link

Remove max_size parameter #32

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

Examples tested on a Pynt and Blinka where possible:

Adafruit CircuitPython 6.3.0 on 2021-06-01; Adafruit PyPortal with samd51j20

The MatrixPortal and MagTag examples were not tested as I don't have the hardware.