aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Cartegnie <francois@fossasia>2024-01-17 15:02:30 +0100
committerFrancois Cartegnie <francois@fossasia>2024-01-17 15:02:30 +0100
commitb76684411d00046e0b2cfd435917022195f9e87d (patch)
tree04cf5d02849c5f65c20a6c94aac529dbe65b9ab3
parent45308b9993e7aa5670de2a24203b3ef5e74b125b (diff)
update LED info
-rw-r--r--README.md4
-rw-r--r--assets/dotmatrix.pngbin78638 -> 0 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0359931..846f213 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ See specific pages regarding each version of the hardware below
The custom 11x44 LED dot matrix displays using persistence of vision.
-Bitmaps are drawn using all the pins (11) vertically, resulting in a single diagonal scanline with high refresh rate.
+Bitmaps are drawn using 24 pins in [charlieplexing](https://en.wikipedia.org/wiki/Charlieplexing) technique.
-![This is an alt text.](assets/dotmatrix.png)
+![charlieplexing](https://en.wikipedia.org/wiki/Charlieplexing#/media/File:CharlieplexedArray4.png)
## Firmware
diff --git a/assets/dotmatrix.png b/assets/dotmatrix.png
deleted file mode 100644
index 3cf54c8..0000000
--- a/assets/dotmatrix.png
+++ /dev/null
Binary files differ