Skip to content

Instantly share code, notes, and snippets.

@AlexHaxe
Created April 20, 2014 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexHaxe/11114713 to your computer and use it in GitHub Desktop.
Save AlexHaxe/11114713 to your computer and use it in GitHub Desktop.
Usage samples (on Windows using COM3)
L8Ctl interface COM3 super f00
- sets super led to red
L8Ctl interface COM3 super fff matrixuni f00
- sets super led to white and matrix to all red
L8Ctl interface COM3 matrixfile icon.png 50 50
- sets matrix to contents of icon.png at offset 50×50
L8Ctl interface COM3 text 00f “this is a test” 1 true
- starts text scroller in blue with medium speed (=1) and loop = true
L8Ctl interface COM3 dice fff
- starts dice app in white
L8Ctl interface COM3 appstop
- stops current app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment