2025-10-10 16:07:00 +08:00

47 lines
958 B
ReStructuredText
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

widgets工程
=================================
:link_to_translation:`en:[English]`
1. 简介
--------------------
本工程是基于lvgl实现官方提供的widgets功能。
1.1 规格
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
* 硬件配置:
* 核心板,**BK7258_QFN88_9X9_V3.2**
* 屏幕转接板,**BEKEN_LCD_V3**
* PSRAM 8M/16M
* 屏幕,**HX8282**1024 * 600 RGB LCD
1.2 路径
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
工程路径: ``<bk_avdk源代码路径>/project/lvgl/widgets``
2. 框架图
---------------------------------
2.1 软件模块架构图
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
软件模块架构图见 `图形用户界面 <../../../gui/lvgl/index.html>`_ 中的lvgl framework图。
2.2 代码模块关系图
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
LVGL的接口都定义在 **lv_vendor.h****lvgl.h** 中。
3. 演示说明
---------------------------------
烧录上电后lvgl ui会自动启动运行widgets功能。