Support for ESP32-S2 #167
-
Hello community, Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 38 replies
-
Can you try this branch of the library to see if it helps? https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/tree/SM5266P Also make sure you have looked at the 'common issues' issue to see if any panel config settings might help there. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
A piece of config code how are you running this could've helped a lot. Seems to me doubling is just shifting the same data further in the chain.
|
Beta Was this translation helpful? Give feedback.
-
Seems that your clock rate is either twice as fast as data - than you get double dots in series, or twice as slower - than you have clones every row/2. Try to play with dev->conf2.lcd_tx_wrx2_en and dev->sample_rate_conf.tx_bck_div_num |
Beta Was this translation helpful? Give feedback.
-
Thanks for the ESP32-S2. I have fixed the problem with the ESP32-S2 and will try and merge into the main tree at some point. Grab it here: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/tree/ESP32-S2-dev Test it with.
VID_20210903_230708701.mp4Thanks for the S2. |
Beta Was this translation helpful? Give feedback.
Thanks for the ESP32-S2. I have fixed the problem with the ESP32-S2 and will try and merge into the main tree at some point.
Grab it here: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/tree/ESP32-S2-dev
Test it with.