Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 946 Bytes

File metadata and controls

25 lines (16 loc) · 946 Bytes

Neo Trinkey Status Light

This is a small CircuitPython firmware for the Adafruit Neo Trinkey that converts it to a USB controlled status light.

Firmware Installation

  • Follow the CircuitPython install guide if your board does not have CircuitPython installed.
  • Copy the boot.py and code.py files from the firmware directory to the CIRCUITPY drive.
  • Unplug and replug the device (only required after first install of when boot.py has changed).

Python Library Installation

The neostatus directory contains a Python module to control the status light. It can be installed with pip using:

pip install --upgrade https://github.com/jledet/neostatus/tarball/master

A demo animation can be run using:

python -m neostatus