From 6478e4ca888dbb2b05ab5103749599985f6e5349 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Thu, 27 Jul 2023 23:20:36 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a586e3c..d9a200d 100644 --- a/README.md +++ b/README.md @@ -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)