aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <gmail@qwe23.com>2018-10-23 01:06:29 +0100
committerGitHub <noreply@github.com>2018-10-23 01:06:29 +0100
commit9ae27b2c5f78d62897c93653e20c967ca250aefa (patch)
tree8dc7c787438c2c309fc2097b826ce81d239aba0b
parent17685d04cd7fd3c76604426f9d4b64a128e08620 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8dd988c..f5063a5 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
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.
-This software is released under the MIT License, see LICENSE.txt.
-
# Installation
You need to install [Adafruit_GFX_Library](https://github.com/adafruit/Adafruit-GFX-Library) from the "Library > Manage Libraries" menu.