Qwiic_SerLCD_Py
v0.0.1_test-7-g574a0d9
Python Driver for Qwiic I2C Serial LCDs
|
SparkFun SerLCD 16x2 - RGB Backlight (QWIIC) | SparkFun SerLCD 16x2 - RGB Text (QWIIC) | SparkFun SerLCD 20x2 - RGB Backlight (QWIIC) |
Python module for I2C control of the SparkFun Qwiic Serial LCDs.
This package enables the user to access all of the features of these LCD products via a single Qwiic cable. This includes writing text to the screen, adjusting backlight levels (color), customizing splash screen and much much more. They come pre-programmed with the fully open-sourced OpenLCD firmware. All of the capabilities of these LCD screens are each demonstrated in the included 17 examples.
This package can be used in conjunction with the overall SparkFun qwiic Python Package
New to qwiic? Take a look at the entire SparkFun qwiic ecosystem.
The qwiic serlcd python package current supports the following platforms:
This driver package depends on the qwiic I2C driver: Qwiic_I2C_Py
The SparkFun qwiic serlcd documentation is hosted at ReadTheDocs
This repository is hosted on PyPi as the sparkfun-qwiic-serlcd package. On systems that support PyPi installation via pip, this library is installed using the following commands
For all users (note: the user must have sudo privileges):
For the current user:
To install, make sure the setuptools package is installed on the system.
Direct installation at the command line:
To build a package for use with pip:
A package file is built and placed in a subdirectory called dist. This package file can be installed using pip.
See the examples directory for more detailed use examples.