You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler version xtensa-esp32s3-elf-gcc (crosstool-NG esp-2021r2-patch2) 8.4.0
Operating System: macOS/Windows
Using an IDE?: espressif-IDE
Power Supply: external 3.3V
CPU frequncy: 240 MHz / 160 MHz (problem at both values)
Problem Description
First the official lcd driver was sucesfully implemented with a 16 bit paralel interface, where a double buffer was used to send the data alternately to the LCD. Before a new write occurs the LCD write function waits for a transmitt done event. Until this point the driver has worked as expected and the problems started occuring after the wifi module was enabled.
At this point at random time artifacts started occuring on the display which happens pretty frequent. After some investigation we can for sure confirm that this behavior is connected with the wifi. From the behaviour it looks like the region is not set correctly because the pixels apear in random positions and have random region shapes.
What we have tried
Running wifi as default on CPU0 and all other tasks on CPU1.
changing the default wifi CPU from 0 to 1 and having the LCD task running on CPU0 and also
The text was updated successfully, but these errors were encountered:
Problem Description
First the official lcd driver was sucesfully implemented with a 16 bit paralel interface, where a double buffer was used to send the data alternately to the LCD. Before a new write occurs the LCD write function waits for a transmitt done event. Until this point the driver has worked as expected and the problems started occuring after the wifi module was enabled.
At this point at random time artifacts started occuring on the display which happens pretty frequent. After some investigation we can for sure confirm that this behavior is connected with the wifi. From the behaviour it looks like the region is not set correctly because the pixels apear in random positions and have random region shapes.
What we have tried
The text was updated successfully, but these errors were encountered: