To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-pyportal`.
Read the [docs](http://circuitpython.readthedocs.io/projects/pyportal/en/latest/) for info on how to use it.
3.1.5
This release includes: * Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself. * Minor change for consistency
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-pyportal`.
Read the [docs](http://circuitpython.readthedocs.io/projects/pyportal/en/latest/) for info on how to use it.
3.1.4
Fixes issue with CP 5.x: * wait_for_refresh() and refresh_soon() replaced with refresh(target_frames_per_second=60) * As a fallback in 4.1, it uses old behavior
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
Read the [docs](http://circuitpython.readthedocs.io/projects/pyportal/en/latest/) for info on how to use it.
3.1.3
Fixes issue with CP 5.x -- not needed in CP4.1.0
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
Read the [docs](http://circuitpython.readthedocs.io/projects/pyportal/en/latest/) for info on how to use it.
3.1.2
PyPortal library now uses the CircuitPython_Requests module instead of ESP32SPI_Requests. * This release requires ESP32SPI v1.7.0 (https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/releases) or higher, and the [CircuitPython Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests) module.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
Read the [docs](http://circuitpython.readthedocs.io/projects/pyportal/en/latest/) for info on how to use it.
3.1.1
Fixes `ValueError: TFT_BACKLIGHT in use` and `ImportError: no module named 'gamepadshift'` exceptions when library is used with a PyPortal caused by release 3.1.0.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
Read the [docs](http://circuitpython.readthedocs.io/projects/pyportal/en/latest/) for info on how to use it.