aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-01-11 09:24:36 +0000
committerGitHub <noreply@github.com>2021-01-11 09:24:36 +0000
commit80e134fc1ff235e5ef3b3479f894e4d5ffaf8a87 (patch)
tree92f8f984abb75e2f648fcfe48bdf57fa8004c9ce
parentb0e1273fadf095301196ede82f041d41f65069af (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 9b78a7c..9f4a303 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HUB75 LED matrix library for the ESP32, utilising DMA
-## First time user? Please take the time to read the below (RTM!).
+## First time user? Please take the time to read the below
This ESP32 Arduino library for HUB75 / HUB75E connector type 64x32 RGB LED 1/16 Scan OR 64x64 RGB LED 1/32 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.