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
970 stars 211 forks source link

X-axis off-by-one error after upgrade #537

Closed derryx closed 11 months ago

derryx commented 11 months ago

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

derryx commented 11 months ago

Seems to be the same issue as #516

mrcodetastic commented 11 months ago

mxconfig.clkphase value?

derryx commented 11 months ago

Seems to be the same issue as #516

derryx commented 11 months ago

That was it. Thanks!

mjmokhtar commented 11 months ago

can you tell me what its have I don't know how to fix it