Introduction
Base Library for the Portal-style libraries. This library only contains base classes and is not intended to be run on its own.
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install adafruit-circuitpython-portalbase
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-portalbase
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-portalbase
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Table of Contents
adafruit_portalbase
PortalBase
PortalBase.add_text()
PortalBase.create_pin_alarm()
PortalBase.create_time_alarm()
PortalBase.create_touch_alarm()
PortalBase.display
PortalBase.enter_light_sleep()
PortalBase.exit_and_deep_sleep()
PortalBase.fetch()
PortalBase.get_io_data()
PortalBase.get_io_feed()
PortalBase.get_io_group()
PortalBase.get_local_time()
PortalBase.graphics
PortalBase.html_color_convert()
PortalBase.json_path
PortalBase.network
PortalBase.preload_font()
PortalBase.push_to_io()
PortalBase.remove_all_text()
PortalBase.set_background()
PortalBase.set_headers()
PortalBase.set_text()
PortalBase.set_text_color()
PortalBase.splash
PortalBase.wrap_nicely()
adafruit_portalbase.graphics
GraphicsBase
adafruit_portalbase.network
HttpError
NetworkBase
NetworkBase.add_json_content_type()
NetworkBase.add_json_transform()
NetworkBase.check_response()
NetworkBase.connect()
NetworkBase.delete_io_data()
NetworkBase.fetch()
NetworkBase.fetch_data()
NetworkBase.get_io_data()
NetworkBase.get_io_feed()
NetworkBase.get_io_group()
NetworkBase.get_local_time()
NetworkBase.get_strftime()
NetworkBase.io_client
NetworkBase.is_connected
NetworkBase.json_traverse()
NetworkBase.neo_status()
NetworkBase.process_json()
NetworkBase.process_text()
NetworkBase.push_to_io()
NetworkBase.url_encode()
NetworkBase.wget()
adafruit_portalbase.wifi_esp32s2
WiFi
adafruit_portalbase.wifi_coprocessor
WiFi