Wieselly
Published © GPL3+

Use Raspberry Pi or Arduino: DIY LED Matrix Colored Lights

This project introduces a LED matrix colored light uses standard WS2812b LED lights with charming lighting effcet.

IntermediateFull instructions provided2.5 hours2,730
Use Raspberry Pi or Arduino: DIY LED Matrix Colored Lights

Things used in this project

Story

Read more

Schematics

Schematic Diagram

Project Schematic

Code

NeoMatrix:

Arduino
NeoMatrix Code
Adafruit_NeoMatrix matrix = Adafruit_NeoMatrix(20, 5, PIN,NEO_MATRIX_TOP + NEO_MATRIX_LEFT+ NEO_MATRIX_COLUMNS + NEO_MATRIX_ZIGZAG, NEO_GRB + NEO_KHZ800);

NeoPixel:

Arduino
NeoPixel Code
Adafruit_NeoPixel strip = Adafruit_NeoPixel(100, PIN, NEO_GRB + NEO_KHZ800)

Credits

Wieselly

Wieselly

3 projects • 3 followers
As an Eglish editor for a semiconductor website.

Comments