Description
Hey,
I bought https://nl.aliexpress.com/item/1005008789890066.html screen, a 10.1-inch ESP32P4. I was already running an lvgl project on a previous screen but wanted to go a little bigger and move away from a fragile developer board, this seemed ideal.
Now my project is in landscape and the board refuses with the vendor supplied code to work deftly in landscape. After multiple messages they informed me that their driver does not support rotation for Arduino. So I give this library a try, starting with the rotation example.
I noticed that my board is not among the standard boards. I tried to set up my own board via custom board but it hangs. I must admit I am a bit overwhelmed by all the settings.
What should I set to get rid of this message?
17:34:04.166 -> [I][LvPort][esp_panel_board.cpp:0066](init): Initializing board (Custom:Custom) 17:34:04.166 -> [I][LvPort][esp_panel_board.cpp:0235](init): Board initialize success 17:34:04.166 -> [I][LvPort][esp_panel_board.cpp:0253](begin): Beginning board (Custom:Custom) 17:34:04.166 -> [I][Panel][esp_lcd_jd9365.c:0069](esp_lcd_new_panel_jd9365): version: 1.0.1 17:34:04.331 -> [I][Panel][esp_lcd_jd9365.c:0430](panel_jd9365_init): LCD ID: 93 65 04 17:34:04.462 -> [I][LvPort][esp_panel_board.cpp:0463](begin): Board begin success 17:34:04.462 -> [I][LvPort][lvgl_v8_port.cpp:0761](lvgl_port_init): Initializing LVGL display driver
the custome config: https://pastebin.com/cM0AuTLi