-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Unfortunately there are some quite major issues with the more recent revisions of esp32-smartdisplay potentially related to DMA and artifacting on the screen.
At first I was adding a new board, so I worked around it by just tweaking the config until I had minimal artifacting. Unfortunately I still get some. I just assumed it was my code.
It wasn't until tonight that I went to go update our other board (esp32-2432S032C) from lvgl 9.2.2 & an older version of esp32-smartdisplay, that I realized there may be deeper issues with the latest version of esp32-smartdisplay.
I get major artifacting, just as I did on my other device originally.
I went ahead and flashed the demo project (https://github.com/rzeldent/esp32-smartdisplay-demo) and I get the same issue unfortunately. Reverting to lvgl 9.2.2 and the older version of smart display that I have fixes the issue.
I believe there may be some issues with the DMA code in the last release.
