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
I'm sorry you encountered this issue and not sure what changes ESP-IDF 5.4 beta has compared to 5.3.2. But this is an RGB LCD screen drift issue that occurs with a high probability when using WIFI or erasing the flash. I reviewed the source code you provided, and the issue can be resolved with the following modifications:
Add new configuration options in sdkconfig to improve system performance:
CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y
CONFIG_COMPILER_OPTIMIZATION_PERF=y
CONFIG_FREERTOS_HZ=1000
Set .bounce_buffer_size_px = 10 * 480, in the GC9503 LCD initialization configuration esp_lcd_rgb_panel_config_t (if the issue persists, try increasing it to 20 * 480).
Answers checklist.
IDF version.
5.4 beta 2 compared to 5.3.2
Espressif SoC revision.
Warning: ESP32-S3 has no Chip ID. Reading MAC instead. MAC: 48:27:e2:e7:4a:88
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ZX3D95CD01S
Power Supply used.
External 5V
What is the expected behavior?
I expected the image to be the same
What is the actual behavior?
Visual output shifted
Steps to reproduce.
https://sourceforge.net/p/esp32-s3-86-box-project-base/code/HEAD/tree/trunk/alarm
Compile with the two versions mentioned.
Debug Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: