An open API service indexing awesome lists of open source software.

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".

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 !!!!!