From: James Carr Date: Mon, 16 Aug 2021 12:33:46 +0000 (+0100) Subject: Prepare for the removal of the max_size parameter from displayio.Group - see #67 X-Git-Tag: 0.7.0~1^2 X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/commitdiff_plain/6e2e96674a45b2939fa6e6614f4e75e43c552b64?ds=inline;hp=6e2e96674a45b2939fa6e6614f4e75e43c552b64 Prepare for the removal of the max_size parameter from displayio.Group - see #67 The parameter is still allowed but will print a deprecation warning. The documentation now builds entries for the classes within displayio. ---