Description
Hi ,
I am using the waveshare 4.3 esp display : https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-4.3 . i am using the porting code for lvgl that is given on the website. My UI ran well for the first time without any issues and then i started to get this error.
D (35) ESP_PanelHost: Destroyed
D (38) ESP_Panel: Panel begin start
D (41) ESP_Panel: Begin LCD
D (75) ST7262_CPP: LCD panel @0x3fcaf574 created
D (76) ESP_PanelLcd: Begin start
D (76) ESP_PanelLcd: Begin end
D (76) ESP_Panel: Begin touch
D (77) ESP_PanelBus_I2C: Panel IO @0x3fcece48 created
D (82) ESP_PanelTouch: Disable interruption
E (86) lcd_panel.io.i2c: panel_io_i2c_rx_buffer(135): i2c transaction failed
E (93) GT911: touch_gt911_read_cfg(362): GT911 read error!
E (98) GT911: esp_lcd_touch_new_i2c_gt911(128): GT911 init failed
E (104) GT911: Error (0xffffffff)! Touch controller GT911 initialization failed!
E (111) GT911_CPP: [ESP_FAIL] begin(43): New driver failed
E (116) ESP_Panel: begin(540): Begin touch failed
Initialize LVGL
D (132) ESP_PanelTouch: Get invalid handle
Create UI
this is the log information more in depth. what is the problem that i am facing