LVGL with ESP32 produces a I2C driver conflict as indicated below during running
I (313) spi_flash: detected chip: generic
I (315) spi_flash: flash io: dio
W (318) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
E (330) i2c: CONFLICT! driver_ng is not allowed to be used with this old driver
abort() was called at PC 0x400f3290 on core 0
— 0x400f3290: check_i2c_driver_conflict at C:/Espressif/frameworks/esp-idf-v5.5.1/components/driver/i2c/i2c.c:1738
Any ideas