Closed
Description
Making an issue now so that we keep this in mind. I do think we'll want to hold off on making this change at least until there is a stable release made that includes the changes to Group though so it might be a little bit until we actually need to do anything further.
displayio.Group has been updated to allow it's size to be mutable so more things can be added, and there is no need to use the max_size
any longer.
We will be able to change label.Label to make use of this and remove the max_glyphs
restriction.