Page 1 of 1

esp_panel_board vs board selection

Posted: Sat Sep 20, 2025 3:42 pm
by mothome
Hello everyone,

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 uncommented the #define BOARD_WAVESHARE_ESP32_S3_TOUCH_LCD_5 in all "esp_panel_board_supported_conf.h" files in the library directory.
I have no idea what the problem could be.

Re: esp_panel_board vs board selection

Posted: Sat Sep 20, 2025 4:31 pm
by mothome
By the way, I also changed the ESP_PANEL_BOARD_DEFAULT_USE_SUPPORTED to 1 in all "esp_panel_board_supported_conf.h"