diff --git a/components/esp_lvgl_port/test_apps/lvgl_port/sdkconfig.ci.asm_render b/components/esp_lvgl_port/test_apps/lvgl_port/sdkconfig.ci.asm_render index f3beca22..30815ee1 100644 --- a/components/esp_lvgl_port/test_apps/lvgl_port/sdkconfig.ci.asm_render +++ b/components/esp_lvgl_port/test_apps/lvgl_port/sdkconfig.ci.asm_render @@ -4,6 +4,3 @@ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y CONFIG_LV_USE_DRAW_SW_ASM=255 CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h" - -# Use private API, allowing to use lv_draw_sw_blend_fill_dsc_t structure in the above-provided header file -CONFIG_LV_USE_PRIVATE_API=y