CircuitPython works with WiFi-capable boards to enable you to make projects that have network connectivity. This means working with various passwords and API keys. As of CircuitPython 8, there is support for a settings.toml file. This is a file that is stored on your CIRCUITPY drive, that contains all of your secret network information, such as your SSID, SSID password and any API keys for IoT services. It is designed to separate your sensitive information from your code.py file so you are able to share your code without sharing your credentials.
CircuitPython previously used a secrets.py file for this purpose. The settings.toml file is quite similar.
Content Summary:
– The guide provides instructions on how to use the Qualia Library to streamline the process of integrating displays into CircuitPython projects.
– It emphasizes the ease of using Qualia Library to avoid the complexities of initialization codes, timings, and specific display drivers.
Adafruit Products Summary:
– The guide focuses on the use of the Qualia Library, which is designed to work seamlessly with Adafruit displays for CircuitPython projects.
– Adafruit displays compatible with the Qualia Library can be found here: [Adafruit Displays](https://www.adafruit.com/category/63).
– The guide likely references specific Adafruit display products, which can be integrated using the Qualia Library for simplified project development.
Read more at Simplifying Qualia CirtcuitPython Projects