aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-13 14:16:42 +0100
committerGitHub <noreply@github.com>2020-08-13 14:16:42 +0100
commit40be46794ce908c01c378a23fbe909decff5fb2c (patch)
tree330ad04e7738bd49507e1f28188ea640cf7fe479
parentda85e53d71a8f327aaf3a77ac4368d5d6e07ec9b (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3dedef..6ad40c4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HUB75 LED matrix library for the ESP32, utilising DMA
-This ESP32 Arduino library for an 64x32 RGB LED (HUB 75 type) Matrix Panel, utilises the DMA functionality provided by the ESP32's I2S 'LCD Mode' which basically means that pixel data is sent straight from memory, via the DMA controller, to the relevant LED Matrix GPIO pins with little CPU overhead.
+This ESP32 Arduino library for an 64x32 RGB LED (HUB 75 type) 1/16 Scan LED Matrix Panel, utilises the DMA functionality provided by the ESP32's I2S 'LCD Mode' which basically means that pixel data is sent straight from memory, via the DMA controller, to the relevant LED Matrix GPIO pins with little CPU overhead.
As a result, this library can theoretically provide ~16-24 bit colour, at various brightness levels without noticeable flicker.