Skip to content

unixb0y/TicTacLights-Scroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TicTacLights-Scroller

This script lets you display scrolling text on your TicTacLights kit.

It is made for the TicTacLights Nano kit which we soldered @ #36c3 at a workshop of BlinkenArea

Be sure to specify the correct port as the default is specifically set for macOS! In Linux, it will probaby be /dev/ttyUSB0.

>> python3 tictaclights-running.py --help
usage: tictaclights-running.py [-h] -t TEXT [-c {red,green,blue}] [-s SPEED]
                               [-p PORT]

optional arguments:
  -h, --help            show this help message and exit
  -t TEXT, --text TEXT  the text to display
  -c {red,green,blue}, --colour {red,green,blue}
                        the preferred colour
  -s SPEED, --speed SPEED
                        the preferred speed
  -p PORT, --port PORT  the port where your TicTacLights is attached

About

Display scrolling text on your TicTacLights module!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages