From 80e134fc1ff235e5ef3b3479f894e4d5ffaf8a87 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 11 Jan 2021 09:24:36 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.3.1