Skip to content

malcolm-sparkfun/Qwiic_SerLCD_Circup_Bundle

Repository files navigation

Qwiic_SerLCD_CircupBundle NOTE: !CURRENTLY STILL IN DEVELOPMENT!

follow on Twitter

SparkFun SerLCD 16x2 - RGB Backlight (QWIIC) SparkFun SerLCD 16x2 - RGB Text (QWIIC) SparkFun SerLCD 20x2 - RGB Backlight (QWIIC)

Overview

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.

Updating

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.

Building

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages