The official esp32-s31-korvo/examples/factory_demo, 'managed_components' missing the "esp_async_fbcpy.h" header file.
Posted: Tue Jun 23, 2026 11:01 pm
Hi ESP,
Currently, the ESP official example for esp32-s31-korvo (https://github.com/espressif/esp-dev-ki ... ctory_demo) using the ESP-IDF master branch, the compilation reports an error indicating the missing "esp_async_fbcpy.h" header file:
The specific reference is in managed_components\espressif__esp_lvgl_adapter\src\display\bridge\common\display_bridge_common.h:
#if SOC_DMA2D_SUPPORTED
#include "esp_async_fbcpy.h"
#endif
This issue has been submitted on GitHub:
https://github.com/espressif/esp-dev-kits/issues/154
Please review this issue. Thanks so much!
Currently, the ESP official example for esp32-s31-korvo (https://github.com/espressif/esp-dev-ki ... ctory_demo) using the ESP-IDF master branch, the compilation reports an error indicating the missing "esp_async_fbcpy.h" header file:
The specific reference is in managed_components\espressif__esp_lvgl_adapter\src\display\bridge\common\display_bridge_common.h:
#if SOC_DMA2D_SUPPORTED
#include "esp_async_fbcpy.h"
#endif
This issue has been submitted on GitHub:
https://github.com/espressif/esp-dev-kits/issues/154
Please review this issue. Thanks so much!