Skip to content

CodingGarden/rgb-led-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB LED Matrix

Control an RGB LED Matrix with Twitch chat!

Setup

npm install

Flash the node-pixel framework to your Arduino Uno:

npx nodebots-interchange install git+https://github.com/ajfisher/node-pixel -a uno --firmata

Run

npm start

TODO:

  • RGB command variants:
    • JSON representation
    • Sparse representation
    • Others...
  • Pixel command variants:
    • !pixel index 0 color 00FF00
    • !pixel x 3 y 4 color 00FF00
    • !pixel row 3 col 4 color 00FF00
    • !pixel r
  • Animation!

About

Control an Arduino + RGB LED Matrix with Twitch Chat!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published