error: 'CONFIG_LV_AXP192_PIN_SDA' undeclared

I am trying to build and flash the demo widgets example on my ESP32 DevKitC V4 (Clone). I am using a 128x128 ST7735 Display (non touch), Selected predefined board as “ESP32 DevKit V4 with 38 pins”. When I tried to build it, I got the error below:

../components/lvgl_esp32_drivers/lvgl_tft/st7735s.h:31:22: error: 'CONFIG_LV_AXP192_PIN_SDA' undeclared (first use in this function); did you mean 'CONFIG_LV_DISP_PIN_SDA'?
 #define AXP192_SDA   CONFIG_LV_AXP192_PIN_SDA
                      ^~~~~~~~~~~~~~~~~~~~~~~~

I am trying to build and flash the demo widgets example on my ESP32 DevKitC V4 (Clone). I am using a 128x128 ST7735 Display (non touch), Selected predefined board as “ESP32 DevKit V4 with 38 pins”. When I tried to build it, I got the error below:

../components/lvgl_esp32_drivers/lvgl_tft/st7735s.h:31:22: error: 'CONFIG_LV_AXP192_PIN_SDA' undeclared (first use in this function); did you mean 'CONFIG_LV_DISP_PIN_SDA'?
 #define AXP192_SDA   CONFIG_LV_AXP192_PIN_SDA
                      ^~~~~~~~~~~~~~~~~~~~~~~~