An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining.
MIT License
975
stars
215
forks
source link
NO_GFX fixes for VirtualPanel and width/height #572
When Building with NO_GFX neither VirtualMatrixPanel nor MatrixPanel_I2S_DMA have a height or width function. In the basic one, you could get the information with getCfg, but functions are the better way.
In VirtualMatrixPanel::setRotation 'rotation' is undeclared if build with NO_GFX
When Building with NO_GFX neither VirtualMatrixPanel nor MatrixPanel_I2S_DMA have a height or width function. In the basic one, you could get the information with getCfg, but functions are the better way. In VirtualMatrixPanel::setRotation 'rotation' is undeclared if build with NO_GFX