diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-13 14:17:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 14:17:47 +0100 |
| commit | cc021982de5fb685f94017f1a7db5af34e6cdb2a (patch) | |
| tree | 1284276be8c4ca4ff5f7cd4380e536f30eb6ae85 | |
| parent | 40be46794ce908c01c378a23fbe909decff5fb2c (diff) | |
Update README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -4,12 +4,12 @@ This ESP32 Arduino library for an 64x32 RGB LED (HUB 75 type) 1/16 Scan LED Matr 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 Matrix Panels are not supported, please use an alternative library if you bought one of these. +## 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). -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. - - +## Panels Not Supported +* 1/8 Scan LED Matrix Panels are not supported, please use an alternative library if you bought one of these. +* 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. # Installation @@ -95,6 +95,8 @@ void setup() { The value to pass 'setPanelBrightness' is the RGB Matrix's pixel width or less. i.e. Approx. 50 or lower. Values greater than 60 can cause ghosting it seems on some panels. + + ## Inspiration * 'SmartMatrix' project code: https://github.com/pixelmatix/SmartMatrix/tree/teensylc |
