# esp32_micropyton_lvgl **Repository Path**: nulllab/esp32_micropyton_lvgl ## Basic Information - **Project Name**: esp32_micropyton_lvgl - **Description**: lvgl记录文档dafafafa - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-19 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、git clone https://gitee.com/EspressifSystems/esp-idf.git 2、git clone https://gitee.com/EspressifSystems/esp-gitee-tools.git 3、安装更新子模块命令 ./submodule-update.sh ../esp-idf/ 4、cd esp-gitee-tools ./install.sh ~/git/esp32-sdk/esp-idf 需要保证python版本在3.6以上 5、去esp-idf 目录下 运行 . ./export.sh 6、 去 https://github.com/lvgl/lv_micropython 的port/esp32 底下 执行make submit git clone https://github.com/lvgl/lv_micropython.git cd lv_micropython git submodule update --init --recursive lib/lv_bindings 进入 lv_micropython/ports/esp32 执行make submodules 编译 make -C mpy-cross make -C ports/esp32 LV_CFLAGS="-DLV_COLOR_DEPTH=16 -DLV_COLOR_16_SWAP=1" BOARD=GENERIC_SPIRAM