branch = release/v7 [submodule "components/lvgl_esp32_drivers"] path = components/lvgl_esp32_drivers url = https://gitee.com/zsy26226/lvgl_esp32_drivers.git [submodule "components/lvgl"] path = components/lvgl url = https://gitee.com/zsy26226/lvgl.git #进入目录 cd lv_port_esp32 #递归...
其次需要解决使用的组件lvgl_esp32_drivers存在的一个bug——“error: 'CONFIG_LV_AXP192_PIN_SDA' undeclared #285”。 在idf.py menuconfig配置中未开启触控,但报错这个宏未定义,官方已经修复,更新到lvgl_esp32_drivers的最新版本可以解决。 更新对应git子模块命令如下: #git submodule update --remote <子模块...
我使用lv_port_esp32测试LVGL显示正常,但是在将其合并到我自己基于ESP_IDF(v4.2.1)工程中的时候遇见了问题。我将lv_examples、lvgl、lvgl_esp32_drivers 使用Git到esp-idf-v4.2.1的components目录下,可以正常配置LVGL的参数,但是编译时出现很多函数未定义 请问应该如何正确的将lv_port_esp32的LVGL部分合并到ESP_...
Clone this project bygit clone --recurse-submodules https://github.com/lvgl/lv_port_esp32.git, this will pull this repo and its submodules. Get into the createdlv_port_esp32directory. Runidf.py menuconfig Configure LVGL inComponents config->LVGL Configuration. For monochrome displays use the...
/home/share/esp32/esp_light/lvgl/lv_port_esp32/components/lvgl_esp32_drivers/Kconfig:2: syntax error /home/share/esp32/esp_light/esp-idf/Kconfig:209: missing end statement for this entry /home/share/esp32/esp_light/lvgl/lv_port_esp32/components/lvgl_esp32_drivers/Kconfig:1: invalid sta...
lv_port_esp32是一个将LVGL(Light and Versatile Graphics Library)移植到ESP32平台的解决方案。LVGL是一个开源的嵌入式图形库,提供了丰富的图形界面组件和功能,适用于各种嵌入式系统。lv_port_esp32将LVGL与ESP32的显示和触摸驱动程序结合起来,为ESP32开发者提供了一个强大的图形界面开发工具。
个人仅测试过ILI9341和ST7789V,可以完美驱动并运行显示,下面以这两种LCD驱动IC为代表,介绍下编译ESP32运行LVGL例程的过程。 2、获取LVGL的ESP32例程 Github源码地址:lv_port_esp32 首先阅读README,依赖的SDK版本为ESP-IDF-V4.2,使用的LVGL版本为V7.9。
lv_port_esp32 master_20210906,完整的LVGL移植到ESP32示例代码,已包含lvgl、lvgl_esp32_drivers、lv_examples 子模块,来源:https://github.com/lvgl/lv_port_esp32/。 github 拉取太慢,备份下来使用。点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 ...
ESP32-S3-Touch-LCD-1.46 is a microcontroller development board that supports 2.4GHz Wi-Fi and BT BLE 5. It integrates large capacity Flash and PSRAM and has onboard 1.46inch capacitive touch LCD, can smoothly run GUI programs such as LVGL. Combined with various pe...
lv_port_esp32是一个将LVGL(Light and Versatile Graphics Library)移植到ESP32平台的解决方案。LVGL是一个开源的嵌入式图形库,提供了丰富的图形界面组件和功能,适用于各种嵌入式系统。lv_port_esp32将LVGL与ESP32的显示和触摸驱动程序结合起来,为ESP32开发者提供了一个强大的图形界面开发工具。