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.
I use your fantastic library for implementing a clock with a 64x32 pixel panel. That works great.
What the problem is now:
I upgraded the library to the latest master (last snapshot was roughtly a year old) and now the x-axis is off by one pixel to the left. When I draw a pixel at (0;0) it gets displayed at (63;0).
I just now can simply add 1 to the x values but that seems like a hack.
Hello!
I use your fantastic library for implementing a clock with a 64x32 pixel panel. That works great.
What the problem is now: I upgraded the library to the latest master (last snapshot was roughtly a year old) and now the x-axis is off by one pixel to the left. When I draw a pixel at (0;0) it gets displayed at (63;0).
I just now can simply add 1 to the x values but that seems like a hack.
CU Thomas