aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <gmail@qwe23.com>2018-10-23 01:15:38 +0100
committerGitHub <noreply@github.com>2018-10-23 01:15:38 +0100
commit10672eae0efe5fbd6b59e68ec1bd3926dd6a730d (patch)
treef2183b5e595f279fb2ed3e5c4d6bd27368bcf4bb
parent8dfae93f11b963c088ca412feeda824c876af7b8 (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 a84c8c2..c95be44 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Adafruit_GFX comapatable RGB64x32MatrixPanel library for ESP32 based on experimental ESP32 I2S DMA!
+# Adafruit_GFX RGB64x32MatrixPanel library for ESP32 based on experimental ESP32 I2S DMA!
ESP32 Arduino library for P3 64x32 RGB LED Matrix Panel, which leverages the DMA functionality of the ESP32's I2S 'LCD Mode' which bascially means that pixel data can be sent straight from memory, via the DMA controller, to the relevant GPIO pins (RGB Matrix) with no overhead to either CPU! Most other library require the CPU to constantly bit-bang the GPIO (either with SPI as well), which results in flickery outcomes when using either CPU and decreased performance of your sketch.