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

49 lines
1.0 KiB
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.

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