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.
Making VirtualMatrixPanel::getCoords() public will allow users to inherit VirtualMatrixPanel class and create their own variants of the getCoords() function for complex quarter scan panel cases.
If PR merged, I will write an example of creating and using a virtual getCoords() function.
Making VirtualMatrixPanel::getCoords() public will allow users to inherit VirtualMatrixPanel class and create their own variants of the getCoords() function for complex quarter scan panel cases. If PR merged, I will write an example of creating and using a virtual getCoords() function.