mrcodetastic / ESP32-HUB75-MatrixPanel-DMA

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
939 stars 208 forks source link

NO_GFX fixes for VirtualPanel and width/height #572

Closed Lukaswnd closed 8 months ago

Lukaswnd commented 8 months ago

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

mrcodetastic commented 8 months ago

Thank you kindly for this contribution.