Animated 4x4x4 LED cube
Go to file
2023-08-04 18:45:36 +00:00
gallery Upload files to "gallery" 2023-08-04 18:45:36 +00:00
.editorconfig Cleanup 2022-09-20 21:29:50 -04:00
.gitignore Cleanup 2022-09-20 21:29:50 -04:00
README.md Update README.md 2023-07-27 23:20:36 +00:00
v1.ino Cleanup 2022-09-20 21:29:50 -04:00
v2.ino Cleanup 2022-09-20 21:29:50 -04:00

Animated Cube

Arduino code to animate a 4x4x4 LED matrix using multiplexing

64 LEDs have had each anode wired together in columns and each cathode wired in planes. By controling which column & plane has power an individual LED can be controlled. Using this method called multiplexing, several LEDs can be flashed on and off to create animations.

led-cube