<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>泰骏兴电子 - LVGL</title>
    <link>https://lt.tjxdz.cn/forum.php?mod=forumdisplay&amp;fid=63</link>
    <description>Latest 20 threads of LVGL</description>
    <copyright>Copyright(C) 泰骏兴电子</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 10 Apr 2026 22:50:55 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://lt.tjxdz.cn/static/image/common/logo_88_31.gif</url>
      <title>泰骏兴电子</title>
      <link>https://lt.tjxdz.cn/</link>
    </image>
    <item>
      <title>LVGL显示驱动对接硬件SPI+DMA方式</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=339</link>
      <description><![CDATA[使用时候必须初始化lcd_lvgl_dma_init()，只需要在程序的开始初始化一次即可]]></description>
      <category>LVGL</category>
      <author>bcwx_admin</author>
      <pubDate>Wed, 28 Jan 2026 01:01:42 +0000</pubDate>
    </item>
    <item>
      <title>LVGL动态分配对象内存</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=338</link>
      <description><![CDATA[如果数量不多，则不推荐使用动态分配方式，如果说app_img[100]以上了还是建议使用动态分配的，节省内存，申请了内存必须释放掉]]></description>
      <category>LVGL</category>
      <author>泰骏兴电子</author>
      <pubDate>Tue, 20 Jan 2026 01:13:33 +0000</pubDate>
    </item>
    <item>
      <title>LVGL创建一个图片部件</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=194</link>
      <description><![CDATA[是使用LVGL的时候，创建图片我们往往需要编写一堆参数，我为了简化一下，为了少打几个单词，就做了一个函数，只需要将对应的参数直接带入就可以了

我们带入的参数是（他的父对象，图片路径，与父对象对齐方式，对齐X轴偏移，Y轴偏移，放大倍数（默认是255，大于则放大 ...]]></description>
      <category>LVGL</category>
      <author>泰骏兴电子</author>
      <pubDate>Tue, 29 Aug 2023 07:28:10 +0000</pubDate>
    </item>
    <item>
      <title>LVGL不能显示中文</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=190</link>
      <description><![CDATA[在我们使用LVGL的时候，如果要显示中文，那就一定要注意了，因为有一个坑很容易被忽视掉


在做一项目的时候，要求显示点中文，但是发现程序也是很别人的一模一样了，但是还不能显示中文，如图：


程序的意思是：

创建一个便签
使用自定义字库
显示的位置是居中对齐的 ...]]></description>
      <category>LVGL</category>
      <author>泰骏兴电子</author>
      <pubDate>Thu, 27 Jul 2023 05:42:19 +0000</pubDate>
    </item>
    <item>
      <title>LVGL的对齐方式</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=182</link>
      <description><![CDATA[一张图解决疑问]]></description>
      <category>LVGL</category>
      <author>泰骏兴电子</author>
      <pubDate>Wed, 19 Jul 2023 03:12:00 +0000</pubDate>
    </item>
    <item>
      <title>LVGL进度条内显示百分比的程序</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=167</link>
      <description><![CDATA[当进度条进度小于20的时候，内部的百分比在右边显示
反之大于20的时候则在左边显示]]></description>
      <category>LVGL</category>
      <author>bcwx</author>
      <pubDate>Wed, 17 May 2023 08:10:52 +0000</pubDate>
    </item>
    <item>
      <title>渐变色的LVGL进度条程序</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=166</link>
      <description><![CDATA[一个渐变色的进度条，可以修改渐变的方向，本实验采用上下渐变，修改程序可以变成左右渐变]]></description>
      <category>LVGL</category>
      <author>bcwx</author>
      <pubDate>Wed, 17 May 2023 07:57:32 +0000</pubDate>
    </item>
    <item>
      <title>一个LVGL的简单进度条</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=165</link>
      <description><![CDATA[创建一个简单的进度条程序]]></description>
      <category>LVGL</category>
      <author>bcwx</author>
      <pubDate>Wed, 17 May 2023 07:48:56 +0000</pubDate>
    </item>
    <item>
      <title>lv_img_set_offset_x</title>
      <link>https://lt.tjxdz.cn/forum.php?mod=viewthread&amp;tid=164</link>
      <description><![CDATA[lv_img_set_offset_x() 函数是 LVGL 图像控件（lv_img_t）的一个成员函数，用于设置图像在 x 轴方向上的偏移量。该函数原型如下：cCopy Code
void lv_img_set_offset_x(lv_obj_t * img, lv_coord_t offset_x);其中，img 参数是指向图像控件对象的指针，offset_x 参数是 ...]]></description>
      <category>LVGL</category>
      <author>bcwx</author>
      <pubDate>Wed, 17 May 2023 07:32:32 +0000</pubDate>
    </item>
  </channel>
</rss>