Addding LVGL to External C Module in Micropython

Description

Adding LVGL to Micropython External C Module

What MCU/Processor/Board and compiler are you using?

ESP32S3 with Display ST7701S

What LVGL version are you using?

Version 8.3

What do you want to achieve?

I want to include LVGL to my external C modules in Micropython.

What have you tried so far?

I already followed this guideline, and my program still can’t recognize the LVGL APIs.:
Set up a project — LVGL documentation

Code to reproduce

-

Screenshot and/or video

The makefile and the folder are shown as below:


I’ll appreciate if anyone could help me, thanks!