ESP32-HUB75-MatrixPanel-DMA/src
Lukaswnd 3f0fdc72bc
fix Adafruit_GFX override setRotation
The Adafruit_GFX uses setRotation(uint8_t), while the virtual matrix display uses setRotation(int). Therefore there is no implicit override and if you call the function either with an uint8_t or from an Adafruit_GFX* the overloaded funtion is not called
2023-12-16 23:25:31 +01:00
..
platforms espidf 5.1 vs 4.x fixes 2023-11-27 03:26:41 +00:00
ESP32-HUB75-MatrixPanel-I2S-DMA.cpp Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2023-11-26 22:13:38 +00:00
ESP32-HUB75-MatrixPanel-I2S-DMA.h Remove warnings 2023-11-27 01:29:26 +00:00
ESP32-HUB75-MatrixPanel-leddrivers.cpp Fixes for IDF 5.1 & Arduino 3.0.0 2023-11-27 02:20:20 +00:00
ESP32-VirtualMatrixPanel-I2S-DMA.h fix Adafruit_GFX override setRotation 2023-12-16 23:25:31 +01:00