https://github.com/robcranfill/cp16x8
Scrolling text displayed on an Adafruit 16x8 LED "backpack".
https://github.com/robcranfill/cp16x8
Last synced: about 2 months ago
JSON representation
Scrolling text displayed on an Adafruit 16x8 LED "backpack".
- Host: GitHub
- URL: https://github.com/robcranfill/cp16x8
- Owner: RobCranfill
- License: gpl-3.0
- Created: 2024-12-04T01:01:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T01:45:54.000Z (5 months ago)
- Last Synced: 2025-02-05T20:01:32.945Z (3 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cp16x8
Scrolling text displayed on an Adafruit 16x8 LED "backpack".Scrolls a message, supporting full ASCII char set, on an Adafruit 16x8 LED "backpack"
(Adafruit https://www.adafruit.com/product/2042 or another color)# Requirements
* Aforesaid LED backpack - Adafruit part 2042 or equivalent (different colors have different part numbers)
* A CircuitPython board to run it on - I used a spiffy new Adafruit Feather RP2035 but a much 'smaller' MCU will work fine (speed?)
* I used CircuitPython 9.2.0, the latest at this time.
* Adafruit/CircuitPython libraries:
* adafruit_ht16k33 (version 4.6.10 used)
* other libs as required by the above; adafruit_bus_device (version 5.2.10 used)# TODO
* NEED TO BE ABLE TO UPDATE THE TEXT !!!!!