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
977 stars 215 forks source link

Make VirtualMatrixPanel::getCoords() public. #621

Closed board707 closed 7 months ago

board707 commented 7 months ago

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.

mrcodetastic commented 7 months ago

Good suggestion, I have merged.