mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 00:58:55 +00:00
337 lines
44 KiB
HTML
337 lines
44 KiB
HTML
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn" lang="zh-cn" data-whc_version="26.1">
|
||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="DC.rights.owner" content="(C) 版权 2025"/><meta name="copyright" content="(C) 版权 2025"/><meta name="generator" content="DITA-OT"/><meta name="DC.type" content="concept"/><meta name="description" content="设置图片缓存张数 当新的图片被加载时,如果当前缓存未达到设定的上限,该图片会被添加到缓存中。在内存有限的情况下,可以通过以下方式进一步优化: 根据实际需求,动态调整图片缓存的大小。例如,在需要频繁切换的场景中,可以适当增加缓存数量以提高响应速度;而在其它场景中,则可以减少缓存数量以节省内存。 释放不必要的缓存。在确定某些图片不再需要时,及时释放其缓存可以有效节省内存。例如,在场景切换时,可以调用 ..."/><meta name="DC.relation" content="../../../topics/sdk/lvgl/lvgl-performance-tuning.html"/><meta name="DC.relation" content="../../../topics/sdk/lvgl/lvgl-performance-v8.html"/><meta name="DC.relation" content="../../../topics/sdk/lvgl/lvgl_faq.html"/><meta name="DC.contributor" content="yan.wang"/><meta name="DC.creator" content="yan.wang"/><meta name="DC.date.modified" content="2025-05-16"/><meta name="DC.format" content="HTML5"/><meta name="DC.identifier" content="lvgl-performance-v9"/>
|
||
<title>LVGL V9 性能优化</title><!-- Generated with build number 2025051600. --><meta name="wh-path2root" content="../../../"/><meta name="wh-toc-id" content="lvgl-performance-v9-d3752e5514"/><meta name="wh-source-relpath" content="topics/sdk/lvgl/lvgl-performance-v9.dita"/><meta name="wh-out-relpath" content="topics/sdk/lvgl/lvgl-performance-v9.html"/>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../../webhelp/app/commons.css?buildId=2024041900"/>
|
||
<link rel="stylesheet" type="text/css" href="../../../webhelp/app/topic.css?buildId=2024041900"/>
|
||
|
||
<script src="../../../webhelp/app/options/properties.js?buildId=20250519091401"></script>
|
||
<script src="../../../webhelp/app/localization/strings.js?buildId=2024041900"></script>
|
||
<script src="../../../webhelp/app/search/index/keywords.js?buildId=20250519091401"></script>
|
||
<script defer="defer" src="../../../webhelp/app/commons.js?buildId=2024041900"></script>
|
||
<script defer="defer" src="../../../webhelp/app/topic.js?buildId=2024041900"></script>
|
||
<link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-styles-web-internal.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/notes.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-common.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-images.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/footnote.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-highlight-changes.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/search-in-header.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/topic-body-list.css?buildId=2024041900"/></head>
|
||
|
||
<body id="lvgl-performance-v9" class="wh_topic_page frmBody">
|
||
<a href="#wh_topic_body" class="sr-only sr-only-focusable">
|
||
跳转到主要内容
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<header class="navbar navbar-default wh_header">
|
||
<div class="container-fluid">
|
||
<div xmlns:whc="http://www.oxygenxml.com/webhelp/components" class="wh_header_flex_container navbar-nav navbar-expand-md navbar-dark">
|
||
<div class="wh_logo_and_publication_title_container">
|
||
<div class="wh_logo_and_publication_title">
|
||
|
||
<a href="https://www.artinchip.com" class=" wh_logo d-none d-sm-block "><img src="../../../company-logo.png" alt=" RTOS SDK 使用指南 SDK 指南文件 "/></a>
|
||
<div class=" wh_publication_title "><a href="../../../index.html"><span class="booktitle"> <span class="ph mainbooktitle">RTOS SDK 使用指南</span> <span class="ph booktitlealt">SDK 指南文件</span> </span></a></div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="wh_top_menu_and_indexterms_link collapse navbar-collapse" id="wh_top_menu_and_indexterms_link">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class=" wh_search_input navbar-form wh_topic_page_search search " role="form">
|
||
|
||
|
||
|
||
<form id="searchForm" method="get" role="search" action="../../../search.html"><div><input type="search" placeholder="搜索 " class="wh_search_textfield" id="textToSearch" name="searchQuery" aria-label="搜索查询" required="required"/><button type="submit" class="wh_search_button" aria-label="搜索"><span class="search_input_text">搜索</span></button></div></form>
|
||
|
||
|
||
|
||
</div></div>
|
||
</div>
|
||
</header>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="container-fluid" id="wh_topic_container">
|
||
<div class="row">
|
||
|
||
<nav class="wh_tools d-print-none navbar-expand-md" aria-label="Tools">
|
||
|
||
<div data-tooltip-position="bottom" class=" wh_breadcrumb "><ol class="d-print-none"><li><span class="home"><a href="../../../index.html"><span>主页</span></a></span></li><li><div class="topicref" data-id="id"><div class="title"><a href="../../../topics/sdk/chapter-advanced-app.html">高级应用</a><div class="wh-tooltip"><p class="shortdesc">系统、存储、多媒体、接口、安全等模块的详细配置和设计说明。</p></div></div></div></li><li><div class="topicref" data-id="concept_mcc_32s_nbc"><div class="title"><a href="../../../topics/chapter-title/chapter-multi-media-sdk.html">多媒体</a><div class="wh-tooltip"><p class="shortdesc">GE、VE、Display、DVP、MPP、MPP 播放器等多媒体模块的介绍和使用说明。</p></div></div></div></li><li><div class="topicref" data-id="id"><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_introduction.html">LVGL 使用指南</a></div></div></li><li><div class="topicref" data-id="lvgl-performance-tuning"><div class="title"><a href="../../../topics/sdk/lvgl/lvgl-performance-tuning.html">性能优化</a><div class="wh-tooltip"><p class="shortdesc"></p></div></div></div></li><li class="active"><div class="topicref" data-id="lvgl-performance-v9"><div class="title"><a href="../../../topics/sdk/lvgl/lvgl-performance-v9.html">LVGL V9 性能优化</a><div class="wh-tooltip"><p class="shortdesc"></p></div></div></div></li></ol></div>
|
||
|
||
|
||
|
||
<div class="wh_right_tools">
|
||
<button class="wh_hide_highlight" aria-label="切换搜索突出显示" title="切换搜索突出显示"></button>
|
||
<button class="webhelp_expand_collapse_sections" data-next-state="collapsed" aria-label="折叠截面" title="折叠截面"></button>
|
||
<div class=" wh_navigation_links "><span id="topic_navigation_links" class="navheader">
|
||
|
||
<span class="navprev"><a class="- topic/link link" href="../../../topics/sdk/lvgl/lvgl-performance-v8.html" title="LVGL V8 性能优化" aria-label="上一主题: LVGL V8 性能优化" rel="prev"></a></span>
|
||
<span class="navnext"><a class="- topic/link link" href="../../../topics/sdk/lvgl/lvgl_faq.html" title="常见问题" aria-label="下一主题: 常见问题" rel="next"></a></span> </span></div>
|
||
|
||
|
||
|
||
<div class=" wh_print_link print d-none d-md-inline-block "><button onClick="window.print()" title="打印此页" aria-label="打印此页"></button></div>
|
||
|
||
<button type="button" id="wh_toc_button" class="custom-toggler navbar-toggler collapsed wh_toggle_button navbar-light" aria-expanded="false" aria-label="Toggle publishing table of content" aria-controls="wh_publication_toc">
|
||
<span class="navbar-toggler-icon"></span>
|
||
</button>
|
||
</div>
|
||
|
||
</nav>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div class="wh_content_area">
|
||
<div class="row">
|
||
|
||
<nav id="wh_publication_toc" class="col-lg-3 col-md-3 col-sm-12 d-md-block d-none d-print-none" aria-label="Table of Contents Container">
|
||
<div id="wh_publication_toc_content">
|
||
|
||
<div class=" wh_publication_toc " data-tooltip-position="right"><span class="expand-button-action-labels"><span id="button-expand-action" role="button" aria-label="Expand"></span><span id="button-collapse-action" role="button" aria-label="Collapse"></span><span id="button-pending-action" role="button" aria-label="Pending"></span></span><ul role="tree" aria-label="Table of Contents"><li role="treeitem"><div data-tocid="revinfo_linux-d3752e463" class="topicref" data-id="revinfo_linux" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/revinfo/revinfo_rtos.html" id="revinfo_linux-d3752e463-link">修订记录</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e480" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e480-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/env/sdk-compile.html" id="id-d3752e480-link">SDK 编译</a><div class="wh-tooltip"><p class="shortdesc">介绍不同编译环境下 SDK 的详细编译流程。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e604" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e604-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/advanced/sdk-usage.html" id="id-d3752e604-link">使用指南</a><div class="wh-tooltip"><p class="shortdesc">命令详解,编译选项,镜像和分区配置,添加应用和驱动等的详细使用说明。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="concept_rcx_czh_pzb-d3752e1004" class="topicref" data-id="concept_rcx_czh_pzb" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action concept_rcx_czh_pzb-d3752e1004-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/chapter-app.html" id="concept_rcx_czh_pzb-d3752e1004-link">应用场景</a><div class="wh-tooltip"><p class="shortdesc">描述了 SDK 在不同应用场景中的配置和使用,包括系统更新、OTA、安全方案等。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e1848" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e1848-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/peripheral/peripheral-intro.html" id="id-d3752e1848-link">外设移植</a><div class="wh-tooltip"><p class="shortdesc"><span class="ph">CTP、U 盘、SD 卡、有线和无线网络</span>等外设的介绍和使用说明。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e2022" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e2022-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/bringup/chapter-bringup.html" id="id-d3752e2022-link">BringUp</a><div class="wh-tooltip"><p class="shortdesc">主要描述板卡的各项配置,使 SDK 的环境和板卡匹配,并确保 SDK 编译后的固件能够在板子上正常运行。</p></div></div></div></li><li role="treeitem" aria-expanded="true"><div data-tocid="id-d3752e2418" class="topicref" data-id="id" data-state="expanded"><span role="button" tabindex="0" aria-labelledby="button-collapse-action id-d3752e2418-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/chapter-advanced-app.html" id="id-d3752e2418-link">高级应用</a><div class="wh-tooltip"><p class="shortdesc">系统、存储、多媒体、接口、安全等模块的详细配置和设计说明。</p></div></div></div><ul role="group" class="navbar-nav nav-list"><li role="treeitem" aria-expanded="false"><div data-tocid="_0-d3752e2435" class="topicref" data-id="_0" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action _0-d3752e2435-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/boot/lite_boot_direct.html" id="_0-d3752e2435-link">启动引导</a><div class="wh-tooltip"><p class="shortdesc">启动引导程序 Bootloader 可以实现加载启动应用程序、 烧录和升级功能。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="chapter-system-d3752e2619" class="topicref" data-id="chapter-system" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action chapter-system-d3752e2619-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/chapter-title/chapter-system.html" id="chapter-system-d3752e2619-link">系统</a><div class="wh-tooltip"><p class="shortdesc"></p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="chapter-memory-d3752e3709" class="topicref" data-id="chapter-memory" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action chapter-memory-d3752e3709-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/chapter-title/chapter-memory-sdk.html" id="chapter-memory-d3752e3709-link">存储</a><div class="wh-tooltip"><p class="shortdesc">SDMC、<span class="ph">PSRAM、</span>SPI NAND、SPI NOR 等存储模块的介绍和使用说明。</p></div></div></div></li><li role="treeitem" aria-expanded="true"><div data-tocid="concept_mcc_32s_nbc-d3752e4043" class="topicref" data-id="concept_mcc_32s_nbc" data-state="expanded"><span role="button" tabindex="0" aria-labelledby="button-collapse-action concept_mcc_32s_nbc-d3752e4043-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/chapter-title/chapter-multi-media-sdk.html" id="concept_mcc_32s_nbc-d3752e4043-link">多媒体</a><div class="wh-tooltip"><p class="shortdesc">GE、VE、Display、DVP、MPP、MPP 播放器等多媒体模块的介绍和使用说明。</p></div></div></div><ul role="group" class="navbar-nav nav-list"><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e4060" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e4060-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/audio/audio_user_guide.html" id="id-d3752e4060-link">Audio 使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e4130" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e4130-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/display/display_user_guide.html" id="id-d3752e4130-link">Display 使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="concept_h4d_fwt_tzb-d3752e4425" class="topicref" data-id="concept_h4d_fwt_tzb" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action concept_h4d_fwt_tzb-d3752e4425-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/dvp/dvp_user_guide.html" id="concept_h4d_fwt_tzb-d3752e4425-link">DVP 使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="ge-d3752e4567" class="topicref" data-id="ge" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action ge-d3752e4567-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/ge/ge_user_guide.html" id="ge-d3752e4567-link">GE 使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="i2s-d3752e4709" class="topicref" data-id="i2s" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action i2s-d3752e4709-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/i2s/i2s_user_guide.html" id="i2s-d3752e4709-link">I2S 使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="ve-d3752e4835" class="topicref" data-id="ve" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action ve-d3752e4835-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/ve/ve-user-guide.html" id="ve-d3752e4835-link">VE 使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="mpp-d3752e4907" class="topicref" data-id="mpp" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action mpp-d3752e4907-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/mpp/mpp_user_guide.html" id="mpp-d3752e4907-link">MPP 使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="mpp_0-d3752e5061" class="topicref" data-id="mpp_0" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action mpp_0-d3752e5061-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/mpp/mpp_player_user_guide.html" id="mpp_0-d3752e5061-link">MPP 播放器使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e5159" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e5159-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/mpp/mpp_recorder_user_guide.html" id="id-d3752e5159-link">MPP 录像使用指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e5243" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e5243-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/mpp/mini_audio_player_user_guide.html" id="id-d3752e5243-link">MPP 音频播放器使用指南</a></div></div></li><li role="treeitem" aria-expanded="true"><div data-tocid="id-d3752e5328" class="topicref" data-id="id" data-state="expanded"><span role="button" tabindex="0" aria-labelledby="button-collapse-action id-d3752e5328-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_introduction.html" id="id-d3752e5328-link">LVGL 使用指南</a></div></div><ul role="group" class="navbar-nav nav-list"><li role="treeitem"><div data-tocid="id-d3752e5342" class="topicref" data-id="id" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_configure.html" id="id-d3752e5342-link">参数配置</a></div></div></li><li role="treeitem"><div data-tocid="id-d3752e5356" class="topicref" data-id="id" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_debug_guide.html" id="id-d3752e5356-link">调试指南</a></div></div></li><li role="treeitem"><div data-tocid="id-d3752e5370" class="topicref" data-id="id" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_test_guide.html" id="id-d3752e5370-link">测试指南</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e5384" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e5384-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_design_guide.html" id="id-d3752e5384-link">设计说明</a></div></div></li><li role="treeitem"><div data-tocid="id-d3752e5454" class="topicref" data-id="id" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_add_app.html" id="id-d3752e5454-link">添加应用</a></div></div></li><li role="treeitem"><div data-tocid="id-d3752e5468" class="topicref" data-id="id" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_special_func.html" id="id-d3752e5468-link">屏幕旋转</a></div></div></li><li role="treeitem" aria-expanded="true"><div data-tocid="lvgl-performance-tuning-d3752e5482" class="topicref" data-id="lvgl-performance-tuning" data-state="expanded"><span role="button" tabindex="0" aria-labelledby="button-collapse-action lvgl-performance-tuning-d3752e5482-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl-performance-tuning.html" id="lvgl-performance-tuning-d3752e5482-link">性能优化</a><div class="wh-tooltip"><p class="shortdesc"></p></div></div></div><ul role="group" class="navbar-nav nav-list"><li role="treeitem"><div data-tocid="lvgl-performance-v8-d3752e5498" class="topicref" data-id="lvgl-performance-v8" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl-performance-v8.html" id="lvgl-performance-v8-d3752e5498-link">LVGL V8 性能优化</a><div class="wh-tooltip"><p class="shortdesc"></p></div></div></div></li><li role="treeitem" class="active"><div data-tocid="lvgl-performance-v9-d3752e5514" class="topicref" data-id="lvgl-performance-v9" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl-performance-v9.html" id="lvgl-performance-v9-d3752e5514-link">LVGL V9 性能优化</a><div class="wh-tooltip"><p class="shortdesc"></p></div></div></div></li></ul></li><li role="treeitem"><div data-tocid="id-d3752e5530" class="topicref" data-id="id" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/lvgl/lvgl_faq.html" id="id-d3752e5530-link">常见问题</a></div></div></li></ul></li></ul></li><li role="treeitem" aria-expanded="false"><div data-tocid="concept_nww_hzh_pzb-d3752e5544" class="topicref" data-id="concept_nww_hzh_pzb" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action concept_nww_hzh_pzb-d3752e5544-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/chapter-title/chapter-interface-sdk.html" id="concept_nww_hzh_pzb-d3752e5544-link">接口</a><div class="wh-tooltip"><p class="shortdesc">CAN<span class="ph">、CAP</span>、CIR、GPAI、GPIO、I2C、PSADC、PWM 等接口模块的介绍和使用说明。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="chapter-safety-d3752e6799" class="topicref" data-id="chapter-safety" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action chapter-safety-d3752e6799-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/chapter-title/chapter-safety-sdk.html" id="chapter-safety-d3752e6799-link">安全</a><div class="wh-tooltip"><p class="shortdesc">SPI ENC、CE、eFuse 等安全模块的介绍和使用说明。</p></div></div></div></li></ul></li></ul></div>
|
||
|
||
</div>
|
||
</nav>
|
||
|
||
|
||
<div class="col-lg-7 col-md-9 col-sm-12" id="wh_topic_body">
|
||
<button id="wh_close_publication_toc_button" class="close-toc-button d-none" aria-label="Toggle publishing table of content" aria-controls="wh_publication_toc" aria-expanded="true">
|
||
<span class="close-toc-icon-container">
|
||
<span class="close-toc-icon"></span>
|
||
</span>
|
||
</button>
|
||
<button id="wh_close_topic_toc_button" class="close-toc-button d-none" aria-label="Toggle topic table of content" aria-controls="wh_topic_toc" aria-expanded="true">
|
||
<span class="close-toc-icon-container">
|
||
<span class="close-toc-icon"></span>
|
||
</span>
|
||
</button>
|
||
|
||
<div class=" wh_topic_content body "><main role="main"><article class="- topic/topic concept/concept topic concept" role="article" aria-labelledby="ariaid-title1">
|
||
<span class="edit-link" style="font-size:12px; opacity:0.6; text-align:right; vertical-align:middle"><a target="_blank" href="http://aicdocco/taskstopics/sdk/lvgl/lvgl-performance-v9.dita">Edit online</a></span><h1 class="- topic/title title topictitle1" id="ariaid-title1">LVGL V9 性能优化</h1>
|
||
|
||
<div class="date inPage">16 May 2025</div><div style="color: gray;">
|
||
Read time: 5 minute(s)
|
||
</div>
|
||
<div class="- topic/body concept/conbody body conbody"><p class="- topic/shortdesc shortdesc"></p>
|
||
<section class="- topic/section section" id="lvgl-performance-v9__section_mvj_g5p_bfc" data-ofbid="lvgl-performance-v9__section_mvj_g5p_bfc"><h2 class="- topic/title title sectiontitle">设置图片缓存张数</h2>
|
||
|
||
<p class="- topic/p p" data-ofbid="d207870e35__20250519091528">当新的图片被加载时,如果当前缓存未达到设定的上限,该图片会被添加到缓存中。在内存有限的情况下,可以通过以下方式进一步优化:</p>
|
||
<div class="- topic/p p" data-ofbid="d207870e38__20250519091528">
|
||
<ul class="- topic/ul ul" id="lvgl-performance-v9__ul_udy_gnh_fdc" data-ofbid="lvgl-performance-v9__ul_udy_gnh_fdc">
|
||
<li class="- topic/li li" data-ofbid="d207870e42__20250519091528">根据实际需求,动态调整图片缓存的大小。例如,在需要频繁切换的场景中,可以适当增加缓存数量以提高响应速度;而在其它场景中,则可以减少缓存数量以节省内存。</li>
|
||
</ul>
|
||
<ul class="- topic/ul ul" id="lvgl-performance-v9__ul_i5t_qvp_bfc" data-ofbid="lvgl-performance-v9__ul_i5t_qvp_bfc">
|
||
<li class="- topic/li li" data-ofbid="d207870e48__20250519091528">
|
||
<p class="- topic/p p" data-ofbid="d207870e50__20250519091528">释放不必要的缓存。在确定某些图片不再需要时,及时释放其缓存可以有效节省内存。例如,在场景切换时,可以调用<span class="+ topic/keyword pr-d/apiname keyword apiname">lv_img_cache_invalidate_src(NULL)</span>来释放所有缓存。</p>
|
||
<div class="- topic/p p" data-ofbid="d207870e56__20250519091528">
|
||
<pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="lvgl-performance-v9__codeblock_jnv_rmh_fdc" data-ofbid="lvgl-performance-v9__codeblock_jnv_rmh_fdc"><em class="hl-comment">// 释放对象 img_obj 的图片缓存</em>
|
||
lv_image_cache_drop(lv_image_get_src(img_obj));
|
||
|
||
<em class="hl-comment">// 释放所有的图片缓存,在场景切换时候,确定不需要已有的图片缓存可以这么调用</em>
|
||
lv_image_cache_drop(NULL);</pre>
|
||
</div>
|
||
<div class="- topic/p p" data-ofbid="d207870e62__20250519091528">如下配置中设置了八张图片缓存:<pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="lvgl-performance-v9__codeblock_ytd_smh_fdc" data-ofbid="lvgl-performance-v9__codeblock_ytd_smh_fdc">Application options --->
|
||
*** Filesystem related ***
|
||
[*] Using File System Image <span class="hl-number">0</span> --->
|
||
[ ] Using File System Image <span class="hl-number">1</span> ----
|
||
*** lvgl demo select related ***
|
||
-*- LVGL (official): powerful and easy-to-use embedded GUI library --->
|
||
-*- ArtInChip lvgl demo
|
||
select lvgl demo (lvgl demo with basic function) --->
|
||
(X) lvgl demo with basic function
|
||
( ) lvgl demo of meter
|
||
(<span class="hl-number">16</span>) LVGL color depth(<span class="hl-number">32</span>/<span class="hl-number">16</span>)
|
||
(<span class="hl-number">8</span>) LVGL image cached number
|
||
(/rodata/lvgl_data) LVGL Resource Directory</pre></div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<section class="- topic/section section" id="lvgl-performance-v9__section_ygm_svp_bfc" data-ofbid="lvgl-performance-v9__section_ygm_svp_bfc"><h2 class="- topic/title title sectiontitle">设置图片缓存大小</h2>
|
||
|
||
<div class="- topic/p p" data-ofbid="d207870e76__20250519091528">设置图片的缓存
|
||
size,缓存越大,运行速度越快,但是占用的内存也会越多。<pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="lvgl-performance-v9__codeblock_rlv_tvp_bfc" data-ofbid="lvgl-performance-v9__codeblock_rlv_tvp_bfc">Application options --->
|
||
*** Filesystem related ***
|
||
[*] Using File System Image <span class="hl-number">0</span> --->
|
||
[ ] Using File System Image <span class="hl-number">1</span> ----
|
||
*** lvgl demo select related ***
|
||
-*- LVGL (official): powerful and easy-to-use embedded GUI library --->
|
||
-*- ArtInChip lvgl demo
|
||
select lvgl demo (lvgl demo with basic function) --->
|
||
(X) lvgl demo with basic function
|
||
( ) lvgl demo of meter
|
||
(<span class="hl-number">16</span>) LVGL color depth(<span class="hl-number">32</span>/<span class="hl-number">16</span>)
|
||
(<span class="hl-number">8</span>) LVGL image cached number
|
||
(<span class="hl-number">0x800000</span>) LVGL image cached size
|
||
(<span class="hl-number">20</span>) LVGL image header cached number
|
||
(/rodata/lvgl_data) LVGL Resource Directory</pre></div>
|
||
</section>
|
||
<section class="- topic/section section" id="lvgl-performance-v9__section_rmf_fwp_bfc" data-ofbid="lvgl-performance-v9__section_rmf_fwp_bfc"><h2 class="- topic/title title sectiontitle">设置图片头信息缓存个数</h2>
|
||
|
||
<div class="- topic/p p" data-ofbid="d207870e87__20250519091528">对图片的头信息进行缓存,图片的头信息一般占用内存不多,但是如果图像的头信息需要频繁的从文件系统中去读取,也会影响运行速度,
|
||
用户可以根据需要,设置合适的图片头信息缓存个数。<pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="lvgl-performance-v9__codeblock_wch_gwp_bfc" data-ofbid="lvgl-performance-v9__codeblock_wch_gwp_bfc">Application options --->
|
||
*** Filesystem related ***
|
||
[*] Using File System Image <span class="hl-number">0</span> --->
|
||
[ ] Using File System Image <span class="hl-number">1</span> ----
|
||
*** lvgl demo select related ***
|
||
-*- LVGL (official): powerful and easy-to-use embedded GUI library --->
|
||
-*- ArtInChip lvgl demo
|
||
select lvgl demo (lvgl demo with basic function) --->
|
||
(X) lvgl demo with basic function
|
||
( ) lvgl demo of meter
|
||
(<span class="hl-number">16</span>) LVGL color depth(<span class="hl-number">32</span>/<span class="hl-number">16</span>)
|
||
(<span class="hl-number">8</span>) LVGL image cached number
|
||
(<span class="hl-number">0x800000</span>) LVGL image cached size
|
||
(<span class="hl-number">20</span>) LVGL image header cached number
|
||
(/rodata/lvgl_data) LVGL Resource Directory</pre></div>
|
||
</section>
|
||
<section class="- topic/section section" id="lvgl-performance-v9__section_ch2_pvp_bfc" data-ofbid="lvgl-performance-v9__section_ch2_pvp_bfc"><h2 class="- topic/title title sectiontitle">采用 rgb565 格式</h2>
|
||
|
||
<p class="- topic/p p" data-ofbid="d207870e98__20250519091528">选择合适的颜色深度和图片格式可以有效减少处理的数据量,例如 rgb565 格式,从而提升 UI 的处理速度。</p>
|
||
<div class="- topic/p p" data-ofbid="d207870e101__20250519091528">显示采用 rgb565 格式和 argb8888 相比减少了处理的数据量,可以提升 UI 的处理速度。以下示例中,LVGL color depth 为 16,并且配置
|
||
framebuffer 为
|
||
rgb565:<pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="lvgl-performance-v9__codeblock_szv_smh_fdc" data-ofbid="lvgl-performance-v9__codeblock_szv_smh_fdc">Application options --->
|
||
*** Filesystem related ***
|
||
[*] Using File System Image <span class="hl-number">0</span> --->
|
||
[ ] Using File System Image <span class="hl-number">1</span> ----
|
||
*** lvgl demo select related ***
|
||
-*- LVGL (official): powerful and easy-to-use embedded GUI library --->
|
||
-*- ArtInChip lvgl demo
|
||
select lvgl demo (lvgl demo with basic function) --->
|
||
(X) lvgl demo with basic function
|
||
( ) lvgl demo of meter
|
||
(<span class="hl-number">16</span>) LVGL color depth(<span class="hl-number">32</span>/<span class="hl-number">16</span>)
|
||
(<span class="hl-number">8</span>) LVGL image cached number
|
||
(/rodata/lvgl_data) LVGL Resource Directory</pre><pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="lvgl-performance-v9__codeblock_npz_jwp_bfc" data-ofbid="lvgl-performance-v9__codeblock_npz_jwp_bfc">Board options --->
|
||
[*] Using Display Engine (DE)
|
||
Display Parameter --->
|
||
select framebuffer format (rgb565) --->
|
||
[*] Support <strong class="hl-keyword">double</strong> framebuffer
|
||
[*] Enable Display Dither</pre></div>
|
||
</section>
|
||
<section class="- topic/section section" id="lvgl-performance-v9__section_a21_xwp_bfc" data-ofbid="lvgl-performance-v9__section_a21_xwp_bfc"><h2 class="- topic/title title sectiontitle">设置 Freetype 字体缓存个数</h2>
|
||
|
||
<div class="- topic/p p" data-ofbid="d207870e114__20250519091528">在 LVGL 中,FreeType 字体缓存的配置可以通过修改头文件 <span class="+ topic/ph sw-d/filepath ph filepath">lv_conf.h</span> 中的宏定义来实现。<div class="table-container"><table class="- topic/table table frame-all" id="lvgl-performance-v9__table_usl_41q_bfc" data-ofbid="lvgl-performance-v9__table_usl_41q_bfc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label">表<span class="table--title-label-number"> 1</span><span class="table--title-label-punctuation">. </span></span><span class="table--title"><span class="+ topic/ph sw-d/filepath ph filepath">lv_conf.h</span> 中的宏定义</span></caption><colgroup><col style="width:33.33333333333333%"/><col style="width:66.66666666666666%"/></colgroup><thead class="- topic/thead thead">
|
||
<tr class="- topic/row">
|
||
<th class="- topic/entry entry colsep-1 rowsep-1" id="lvgl-performance-v9__table_usl_41q_bfc__entry__1">宏定义参数</th>
|
||
<th class="- topic/entry entry colsep-0 rowsep-1" id="lvgl-performance-v9__table_usl_41q_bfc__entry__2">描述</th>
|
||
</tr>
|
||
</thead><tbody class="- topic/tbody tbody">
|
||
<tr class="- topic/row">
|
||
<td class="- topic/entry entry colsep-1 rowsep-1" headers="lvgl-performance-v9__table_usl_41q_bfc__entry__1">LV_FREETYPE_USE_LVGL_PORT</td>
|
||
<td class="- topic/entry entry colsep-0 rowsep-1" headers="lvgl-performance-v9__table_usl_41q_bfc__entry__2">决定是否让 FreeType 使用 LVGL 的内存和文件接口。<ul class="- topic/ul ul" id="lvgl-performance-v9__ul_fqj_w1q_bfc" data-ofbid="lvgl-performance-v9__ul_fqj_w1q_bfc">
|
||
<li class="- topic/li li" data-ofbid="d207870e155__20250519091528">设置为 0 时,表示不使用 LVGL 的内存和文件接口。</li>
|
||
</ul></td>
|
||
</tr>
|
||
<tr class="- topic/row">
|
||
<td class="- topic/entry entry colsep-1 rowsep-0" headers="lvgl-performance-v9__table_usl_41q_bfc__entry__1">LV_FREETYPE_CACHE_FT_GLYPH_CNT</td>
|
||
<td class="- topic/entry entry colsep-0 rowsep-0" headers="lvgl-performance-v9__table_usl_41q_bfc__entry__2">设置 FreeType 缓存的字形数量。<ul class="- topic/ul ul" id="lvgl-performance-v9__ul_lzr_w1q_bfc" data-ofbid="lvgl-performance-v9__ul_lzr_w1q_bfc">
|
||
<li class="- topic/li li" data-ofbid="d207870e169__20250519091528">数值越大,运行速度越快,但占用的内存也会越多。</li>
|
||
</ul></td>
|
||
</tr>
|
||
</tbody></table></div></div>
|
||
<div class="- topic/p p" data-ofbid="d207870e177__20250519091528">
|
||
<pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="lvgl-performance-v9__codeblock_odz_zwp_bfc" data-ofbid="lvgl-performance-v9__codeblock_odz_zwp_bfc">#<span class="hl-directive">define</span> LV_USE_FREETYPE <span class="hl-number">1</span>
|
||
#<strong class="hl-keyword">if</strong> LV_USE_FREETYPE
|
||
<em class="hl-comment">/*Let FreeType to use LVGL memory and file porting*/</em>
|
||
#<span class="hl-directive">define</span> LV_FREETYPE_USE_LVGL_PORT <span class="hl-number">0</span>
|
||
|
||
<em class="hl-comment">/*Cache count of the glyphs in FreeType. It means the number of glyphs that can be cached.
|
||
*The higher the value, the more memory will be used.*/</em>
|
||
#<span class="hl-directive">define</span> LV_FREETYPE_CACHE_FT_GLYPH_CNT <span class="hl-number">256</span>
|
||
#endif</pre>
|
||
</div>
|
||
</section>
|
||
<section class="- topic/section section" id="lvgl-performance-v9__section_rns_zvp_bfc" data-ofbid="lvgl-performance-v9__section_rns_zvp_bfc"><h2 class="- topic/title title sectiontitle">其他优化方式</h2>
|
||
|
||
<div class="- topic/p p" data-ofbid="d207870e190__20250519091528">
|
||
<ol class="- topic/ol ol" id="lvgl-performance-v9__ol_irj_t5p_bfc" data-ofbid="lvgl-performance-v9__ol_irj_t5p_bfc">
|
||
<li class="- topic/li li" data-ofbid="d207870e194__20250519091528">
|
||
<p class="- topic/p p" data-ofbid="d207870e196__20250519091528">对于不透明的图片,可以选择采用 JPEG 格式。JPEG 图片的解码速度通常比 PNG 速度快。</p>
|
||
</li>
|
||
<li class="- topic/li li" data-ofbid="d207870e200__20250519091528">
|
||
<div class="- topic/p p" data-ofbid="d207870e202__20250519091528">在定时器或动画回调函数中,避免执行耗时过长的函数,以免影响 UI 的流畅性。可以考虑以下方法:<ul class="- topic/ul ul" id="lvgl-performance-v9__ul_f2k_14h_fdc" data-ofbid="lvgl-performance-v9__ul_f2k_14h_fdc">
|
||
<li class="- topic/li li" data-ofbid="d207870e206__20250519091528">
|
||
<p class="- topic/p p" data-ofbid="d207870e208__20250519091528">LVGL 的 UI 绘制是单线程的,将耗时操作放到后台线程中执行,避免阻塞主线程。</p>
|
||
</li>
|
||
<li class="- topic/li li" data-ofbid="d207870e212__20250519091528">
|
||
<p class="- topic/p p" data-ofbid="d207870e214__20250519091528">将大任务拆分成多个小任务,通过多次调用来完成,每次只处理一小部分工作。</p>
|
||
</li>
|
||
</ul></div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
</article></main></div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<nav role="navigation" id="wh_topic_toc" aria-label="On this page" class="col-lg-2 d-none d-lg-block navbar d-print-none">
|
||
<div id="wh_topic_toc_content">
|
||
|
||
<div class=" wh_topic_toc "><div class="wh_topic_label">在本页上</div><ul><li class="section-item"><div class="section-title"><a href="#lvgl-performance-v9__section_mvj_g5p_bfc" data-tocid="lvgl-performance-v9__section_mvj_g5p_bfc">设置图片缓存张数</a></div></li><li class="section-item"><div class="section-title"><a href="#lvgl-performance-v9__section_ygm_svp_bfc" data-tocid="lvgl-performance-v9__section_ygm_svp_bfc">设置图片缓存大小</a></div></li><li class="section-item"><div class="section-title"><a href="#lvgl-performance-v9__section_rmf_fwp_bfc" data-tocid="lvgl-performance-v9__section_rmf_fwp_bfc">设置图片头信息缓存个数</a></div></li><li class="section-item"><div class="section-title"><a href="#lvgl-performance-v9__section_ch2_pvp_bfc" data-tocid="lvgl-performance-v9__section_ch2_pvp_bfc">采用 rgb565 格式</a></div></li><li class="section-item"><div class="section-title"><a href="#lvgl-performance-v9__section_a21_xwp_bfc" data-tocid="lvgl-performance-v9__section_a21_xwp_bfc">设置 Freetype 字体缓存个数</a></div></li><li class="section-item"><div class="section-title"><a href="#lvgl-performance-v9__section_rns_zvp_bfc" data-tocid="lvgl-performance-v9__section_rns_zvp_bfc">其他优化方式</a></div></li></ul></div>
|
||
|
||
</div>
|
||
</nav>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
<footer class="navbar navbar-default wh_footer">
|
||
<div class=" footer-container mx-auto ">
|
||
<title>footer def</title>
|
||
<style>
|
||
.p1 {
|
||
font-family: FangZhengShuSong, Times, serif;
|
||
}
|
||
.p2 {
|
||
font-family: Arial, Helvetica, sans-serif;
|
||
}
|
||
.p3 {
|
||
font-family: "Lucida Console", "Courier New", monospace;
|
||
}
|
||
</style>
|
||
<div class="webhelp.fragment.footer">
|
||
<p class="p1">Copyright © 2019-2025 广东匠芯创科技有限公司. All rights reserved.</p>
|
||
</div>
|
||
<div>
|
||
<div class="generation_time">
|
||
Update Time: 2025-05-19
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</footer>
|
||
|
||
<div id="go2top" class="d-print-none">
|
||
<span class="oxy-icon oxy-icon-up"></span>
|
||
</div>
|
||
|
||
<div id="modal_img_large" class="modal">
|
||
<span class="close oxy-icon oxy-icon-remove"></span>
|
||
<div id="modal_img_container"></div>
|
||
<div id="caption"></div>
|
||
</div>
|
||
|
||
|
||
<script src="${pd}/publishing/publishing-styles-AIC-template/js/custom.js" defer="defer"></script>
|
||
|
||
|
||
</body>
|
||
</html> |