Update README.md

This commit is contained in:
Zakary Timson 2023-07-27 23:20:36 +00:00
parent 1917dc9c9e
commit 6478e4ca88

View File

@ -1,11 +1,7 @@
# Animated Cube
Using [multiplexing](https://en.wikipedia.org/wiki/Multiplexing) 64 LEDs have been wired into a 4x4x4 matrix. This
allows for individual control of each LED by controlling a combination of 20 different inputs.
By quickly blinking different lights in a sequence, 3D animations can be created by the matrix.
Arduino code to animate a 4x4x4 LED matrix using [multiplexing](https://en.wikipedia.org/wiki/Multiplexing)
## Table of Contents
[[_TOC_]]
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.
## Gallery
![led-cube](./gallery/picture.jpg)