-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indexing error in x axis (SM5166PC Chipset) #434
Comments
Do you have a photo of the rear of the pcb? |
So SM5166 compatibility works then? Looks good to me. |
Yeah, index aligned well on shape test example code but not with the plasma code. I don't know why but I think it works fine though |
It could be a bug with the pattern plasma code to be honest. |
I have the same issue with 96 x 48 panel and none of example code cannot display properly. However, there is a modify version of ESP32-HUB75-MatrixPanel-DMA library, that library seem work fine, but it only support ESP32. |
Good find. It would have been nice if they could have contributed to this library than make a custom copy. |
After set the invert_pclk to true in the gdma_lcd_parallel16.hpp, it works on ESP32S3! @mrfaptastic @Jiwno
|
Fix mxconfig.clkphase not being used. #434
You found a bug that seemingly hasn't been detected for quite some time since I made changes to this library to include ESP32-S3 support. You shouldn't need to edit the .hpp file to invert the clock (but you had to due toa bug). You can pass to the |
Hi, I have an issue while using the led matrix with the library.
I'm using a 96x48 pixel matrix with SM5166PC chipset and have index error in x axis.
As you can see in the image (0, 0) of the matrix doesn't start from left top corner.
I found that the index of x axis starts with 32-63 and then goes to 0-63.
32 to 63 index are repeated.
Is there any ways to set indexes of the matrix again or any other ways to solve this problem?
The text was updated successfully, but these errors were encountered: