Fail to porting lvgl 8.3.11 to esp32-s3 microcontroller

may i know why my microcontroller keep on rebooting below log report show (TG0WDT_SYS_RST) error. i just use all the resource provided on esp32_Port_lvlg github why i cannot make it work ? display spec: display driver=ili9488 (4 wire SPI interface) Touch Controller = GT911 (capacitive touch) size = 3.5 inch 320*480 I am using plaftformio esp-idf framework support by vscode text editor. log output as show in pdf file video included in the attachment. thank in advance
Solution:
I change the whole ili9488 driver
Jump to solution
7 Replies
techielew
techielew10mo ago
@MCU, MPU & Firmware does anyone have experience with LVGL to help @kingrom out?
ZacckOsiemo
ZacckOsiemo10mo ago
Hey I'm currently Battling LVGL maybe we cab figure some stuff out albeit Im on STM32
techielew
techielew10mo ago
@kingrom any update or progress?
ZacckOsiemo
ZacckOsiemo10mo ago
Well I have some samples working, but they are sometimes using the HAL and my app is baremetal at the moment I need to get the systick interrupt handler working then LVGL should work. What you need done and where are you in the process at the moment?
Donald Will
Donald WillOP10mo ago
hi guys thank you for support the problem solved 🙏
techielew
techielew10mo ago
Cool can you share the solve with us by chance just for everyone's benefit?
Solution
Donald Will
Donald Will10mo ago
I change the whole ili9488 driver

Did you find this page helpful?