tag:github.com,2008:https://github.com/circuitpython/CircuitPython_Org_DisplayIO_FlipInput/releases Release notes from CircuitPython_Org_DisplayIO_FlipInput 2021-07-06T12:00:16Z tag:github.com,2008:Repository/363684711/0.1.0 2021-07-06T12:09:32Z Removed max_size usage <p>This release removes the use of max_size for displayio Groups in the examples and library itself. Circuitpython version 6.3.0 removed the need for this parameter and 7.0.0 will remove it entirely.</p> <p>To use in CircuitPython, simply install the Adafruit CircuitPython bundle.</p> <p>To use in CPython, pip3 install <code>adafruit-circuitpython-flipinput</code></p> <p>Read the docs for info on how to use it.</p> <p>Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lesamouraipourpre/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lesamouraipourpre">@lesamouraipourpre</a></p> jposada202020 tag:github.com,2008:Repository/363684711/0.0.1 2021-05-02T16:16:06Z 0.0.1 - Initial Release <p>To use in CircuitPython, copy mpy files to your <code>lib</code> directory on the <code>CIRCUITPY</code> drive.</p> <p>To use in CPython, <code>pip3 install circuitpython-displayio-flipinput</code>.</p> <p>Read the <a href="https://circuitpython-displayio-flipinput.readthedocs.io/en/latest/" rel="nofollow">docs</a> for info on how to use it.</p> FoamyGuy