Hello everyone, I've downloaded and used the edited RGBmatrixPanel.cpp library provided by Ruud in this link
trying to display 16x32 RGB
but my LED P10 RGB 1/4 scan outdoor module is not displaying correctly, it's reversing the first 4 rows of the display with the last 4 rows of the upper part of the display, same with the lower side of display. please suggest an edit to the library that would fix this, many people in the comments had the same issue and said they edited one line in the library to fix it but no one gave the solution, I'll be very grateful if someone could help as I've been struggling for 4 days straight to make this work, thank you
I've moved the swapRowOrder method to before calculating the shift. Does this make a difference?
(In the previous version after swapRowOrder was called to modify y, nothing was done anymore with y, it used just the x position and the shift.... )
Please post an image with using the same data as in your first post.