aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-13 14:12:23 +0100
committerGitHub <noreply@github.com>2020-08-13 14:12:23 +0100
commitda85e53d71a8f327aaf3a77ac4368d5d6e07ec9b (patch)
tree418f9f8e016b806509b8bb5c3899211e397e8b2a
parentebe81a5574330ee82f90ee5518649f1a6c0f0549 (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 a5f18d9..b3dedef 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This ESP32 Arduino library for an 64x32 RGB LED (HUB 75 type) Matrix Panel, util
As a result, this library can theoretically provide ~16-24 bit colour, at various brightness levels without noticeable flicker.
# Panels Supported
-62x32 pixel 1/16 Scan LED Matrix 'Indoor' Panel, such as this [typical RGB panel available for purchase](https://www.aliexpress.com/item/256-128mm-64-32-pixels-1-16-Scan-Indoor-3in1-SMD2121-RGB-full-color-P4-led/32810362851.html). 1/8 Scan LED Mtrix Panels are not supported, please use an alternative library if you bought one of these.
+62x32 pixel 1/16 Scan LED Matrix 'Indoor' Panel, such as this [typical RGB panel available for purchase](https://www.aliexpress.com/item/256-128mm-64-32-pixels-1-16-Scan-Indoor-3in1-SMD2121-RGB-full-color-P4-led/32810362851.html). 1/8 Scan LED Matrix Panels are not supported, please use an alternative library if you bought one of these.
Be aware that there's all sorts of Chinese junk panels based on FMXXXX chipsets. This library does not support these panels. FM6126 panels based on [this untested example](/examples/FM6126Panel) could work however.