|
| 1 | +# SparkFun Qwiic SerLCD - Python Module |
1 | 2 |
|
2 | 3 |  |
3 | 4 |
|
4 | | -# SparkFun Qwiic SerLCD Python Module |
5 | | - |
6 | | -A Python module for the SparkFun Qwiic SerLCD series of products. This module works with Python, MicroPython and CircuitPython. |
7 | | - |
8 | 5 |
|
9 | 6 |  |
10 | 7 |  |
11 | 8 |  |
12 | 9 |  |
14 | 11 |
|
15 | | -## Supported SparkFun Products |
| 12 | +The line of SparkFun Qwiic SerLCD products provide a simple and cost effective solution for adding a "text based" LCD display to your project. Implementing a SparkFun Qwiic interface, a SerLCD is rapidly added to any board that is part of the SparkFun Qwiic ecosystem. |
| 13 | + |
| 14 | +This repository implements a Python module for the SparkFun Qwiic SerLCD series of products. This module works with Python, MicroPython and CircuitPython. |
| 15 | + |
| 16 | +## Overview |
| 17 | + |
| 18 | +### Supported SparkFun Products |
16 | 19 |
|
17 | 20 | This Python module supports the following SparkFun qwiic products on Python, MicroPython and Circuit python. |
18 | 21 |
|
19 | 22 | * [SparkFun SerLCD 16x2 - RGB Backlight (QWIIC)](https://www.sparkfun.com/products/16396) |
20 | 23 | * [SparkFun SerLCD 16x2 - RGB Text (QWIIC)](https://www.sparkfun.com/products/16397) |
21 | 24 | * [SparkFun SerLCD 20x2 - RGB Backlight (QWIIC)](https://www.sparkfun.com/products/16398) |
22 | 25 |
|
| 26 | +### Supported Platforms |
| 27 | + |
| 28 | +| Python | Platform | Boards | |
| 29 | +|--|--|--| |
| 30 | +| Python | Linux | [Raspberry Pi](https://www.sparkfun.com/raspberry-pi-5-8gb.html) , [NVIDIA Jetson Orin Nano](https://www.sparkfun.com/nvidia-jetson-orin-nano-developer-kit.html) via the [SparkFun Qwiic SHIM](https://www.sparkfun.com/sparkfun-qwiic-shim-for-raspberry-pi.html) | |
| 31 | +| Micro Python | Raspberry Pi - RP2, ESP32 | [SparkFun RP2040 Thing+](https://www.sparkfun.com/sparkfun-thing-plus-rp2040.html), [SparkFun RP2350 Thing+](https://www.sparkfun.com/sparkfun-thing-plus-rp2350.html), [SparkFun ESP32 Thing+](https://www.sparkfun.com/sparkfun-thing-plus-esp32-wroom-usb-c.html) |
| 32 | +|CircuitPython | Raspberry Pi - RP2, ESP32 | [SparkFun RP2040 Thing+](https://www.sparkfun.com/sparkfun-thing-plus-rp2040.html), [SparkFun RP2350 Thing+](https://www.sparkfun.com/sparkfun-thing-plus-rp2350.html), [SparkFun ESP32 Thing+](https://www.sparkfun.com/sparkfun-thing-plus-esp32-wroom-usb-c.html) |
| 33 | + |
| 34 | +> [!NOTE] |
| 35 | +> The listed supported platforms and boards are the primary platform targets tested. It is fully expected that this module will work across a wide variety of Python enabled systems. |
| 36 | +
|
23 | 37 | ## Overview |
24 | 38 |
|
25 | 39 | This Python module implements support for I2C control of the SparkFun Qwiic Serial LCDs. It supports Python, MicroPython and CircuitPython environments. |
|
0 commit comments