Greetings! On a 64x32 HUB_75 panel I’m having an issue where anything I draw to Column 0 renders in Column 63 instead.
I could not find a reason why, but I suspect it’s related to:
if((refreshBufferPosition) == pixels_per_latch-1) v|=BIT_LAT;
I’ve seen references to this issue in other matrix libraries where the solution was to invert the clock phase, if that helps!
Any suggestions?
Thanks
Dave