重构WiFi站点示例并集成LVGL用户界面
- 更新了 devcontainer 和 VSCode 设置,以指定串口和闪存类型。 - 增强了 README 文档,添加了 LVGL 演示界面的详细硬件规格和使用说明。 - 在 lvgl_demo_ui.c 中新增了 LVGL 演示界面实现,展示旋转按钮和弧形图形。 - 将主应用逻辑整合到 main.c 文件中,集成 LVGL 和 LCD 触摸功能。 - 移除已弃用的 station_example_main.c,以简化代码库。 - 更新依赖项,包含 LVGL 和 LCD 触摸组件。
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
dependencies:
|
||||
lvgl/lvgl: 9.3.0
|
||||
esp_lcd_touch_stmpe610: ^1.0.0
|
||||
atanisoft/esp_lcd_touch_xpt2046: 1.0.6
|
||||
# esp_lcd_touch_cst816:
|
||||
# version: "^1.0.0"
|
||||
# public: true
|
||||
espressif/esp_wifi_remote:
|
||||
version: ">=0.10,<2.0"
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user