aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-07-29 11:53:06 +0100
committerGitHub <noreply@github.com>2020-07-29 11:53:06 +0100
commitf30bb5f136a3344e969024ce7195da0e285ac3b3 (patch)
treeb2fc92174e34d488a8beb427be7a623fe7c6a54b
parent80e2a4385cc619e0503adfec4e0c6cf98cd192d5 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index df8d2b9..c0de8ec 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# HUB75 LED matrix library for the ESP32, utilising DMA
+#### Note: Change with new version! Dependancy on [GFX_Root](https://github.com/ZinggJM/GFX_Root) from the "Library > Manage Libraries" menu. ####
+
This ESP32 Arduino library for an 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.
As a result, this library can theoretically provide ~16-24 bit colour, at various brightness levels without noticeable flicker.