Open hunasdf opened 1 year ago
Modify the pinouts and LCD specific settings
Please post your pin connection
I had the same problem. Are you using LVGL? Proceed without using style Style is duplicated and restarted.
I also meet same problem: message as the below:
ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x8 (TG1WDT_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT) Saved PC:0x4200345f 0x4200345f: panic_handler at C:/ESP32/esp-idf/components/esp_system/port/panic_handler.c:145 (discriminator 3)
and usage same as @YoonTaiJun, it always happen when I lv_obj_add_style(...)
Answers checklist.
IDF version.
v5.0
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-S3-WROOM-1
Power Supply used.
External 5V
What is the expected behavior?
Run the example code and see something on the display
What is the actual behavior?
After i setup the rgb lcd example (https://github.com/espressif/esp-idf/tree/master/examples/peripherals/lcd/rgb_panel), the ESP always restart by the Task Watchdog.
Steps to reproduce.
Debug Logs.
More Information.
Tried on Windows 10 and Linux (Ubuntu20.04) too, same issue