Update README.md
This commit is contained in:
parent
80e2a4385c
commit
f30bb5f136
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# HUB75 LED matrix library for the ESP32, utilising DMA
|
# HUB75 LED matrix library for the ESP32, utilising DMA
|
||||||
|
|
||||||
|
#### Note: Change with new version! Dependancy on [GFX_Root](https://github.com/ZinggJM/GFX_Root) from the "Library > Manage Libraries" menu. ####
|
||||||
|
|
||||||
This ESP32 Arduino library for an RGB LED (HUB 75 type) 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.
|
This ESP32 Arduino library for an RGB LED (HUB 75 type) 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.
|
||||||
|
|
||||||
As a result, this library can theoretically provide ~16-24 bit colour, at various brightness levels without noticeable flicker.
|
As a result, this library can theoretically provide ~16-24 bit colour, at various brightness levels without noticeable flicker.
|
||||||
|
|
Loading…
Reference in a new issue