SparkFun SerLCD 16x2 - RGB Backlight (QWIIC) | SparkFun SerLCD 16x2 - RGB Text (QWIIC) | SparkFun SerLCD 20x2 - RGB Backlight (QWIIC) |
This bundle provides the library Qwiic_SerLCD_Py: Python module for I2C control of the SparkFun Qwiic Serial LCDs.
This bundling repository is a hard fork of the CircuitPython Community Bundle and uses their build scripts to generate and release the bundle.
To update this bundle, publish a release/tag in the Qwiic_SerLCD_Py repo and then run the update-submodules.sh script in this repository locally and then push.
This bundle will be automatically built and released by GithHub workflows when you push to this repository. To build it locally:
To build this bundle locally you'll need to install the
circuitpython-build-tools <https://github.com/adafruit/circuitpython-build-tools>
_ package.
python3 -m venv .env
source .env/bin/activate
pip install circuitpython-build-tools
Once installed, make sure you are in the virtual environment:
source .env/bin/activate
Then run the build:
./build.sh