animated-cube/README.md

8 lines
434 B
Markdown
Raw Normal View History

2022-09-20 21:09:09 -04:00
# Animated Cube
2022-09-20 21:29:50 -04:00
2023-07-27 19:20:36 -04:00
Arduino code to animate a 4x4x4 LED matrix using [multiplexing](https://en.wikipedia.org/wiki/Multiplexing)
2022-09-20 21:09:09 -04:00
2023-07-27 19:20:36 -04:00
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.
2022-09-20 21:09:09 -04:00
2022-09-20 21:29:50 -04:00
![led-cube](./gallery/picture.jpg)