I have a Waveshare ESP32-S3 5" touch board. I wanted to set up LVGL on it. Unfortunately, I'm already stuck for the ESP panel board selection.
When I start up, I always get this message on the serial port:
Code: Select all
[E][Panel][esp_panel_board.cpp:0055](init):
No default board configuration detected. There are three ways to provide a default configuration:
1. Use the `esp_panel_board_supported_conf.h` file to enable a supported board.
2. Use the `esp_panel_board_custom_conf.h` file to define a custom board.
3. Use menuconfig to enable a supported board or define a custom board.
I have no idea what the problem could be.