adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.02k stars 1.19k forks source link

Suggestion for displayio and Group #4475

Open bill22152 opened 3 years ago

bill22152 commented 3 years ago

I would like a way to collapse all the Groups down to a single Group that I can then append to

If I collapse the background into a bitmap, I can reuse the background by just making the 1st append the single bitmap.

I think this will free up ram for tight run time projects.

tannewt commented 3 years ago

This should be doable with Python code because members of each group are accessible. It isn't something we need to add to the core.