<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>迪文科技论坛 - T5/T5L_DGUSII_OS_迪文汇编</title>
    <link>http://inforum.dwin.com.cn:20080/forum.php?mod=forumdisplay&amp;fid=88</link>
    <description>Latest 20 threads of T5/T5L_DGUSII_OS_迪文汇编</description>
    <copyright>Copyright(C) 迪文科技论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 16 Apr 2026 09:10:35 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://inforum.dwin.com.cn:20080/static/image/common/logo_88_31.gif</url>
      <title>迪文科技论坛</title>
      <link>http://inforum.dwin.com.cn:20080/</link>
    </image>
    <item>
      <title>【分享】T5L  OS倒计时分享</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=2655</link>
      <description><![CDATA[OS练习，写了一个的倒计时例程。]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>Hadsame</author>
      <pubDate>Thu, 10 Sep 2020 02:19:00 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】DMG80480T070_A5WTR的外设：红绿灯、光敏自动调节背...</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=2637</link>
      <description><![CDATA[P2.7 绿色LED
P2.6 红色LED 
AD7 光敏 对应系统变量地址：0x0032 AD0-AD7通道的瞬时值，每通道1个字。电压=AD值*3300/4095 mV。 


附件os功能:

     1、上电红灯亮，演示功能用于电源指示。
     2、对0x0ff0地址交替写0或1，绿灯会闪烁，演示功能还可以做一个通讯提 ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>神秘の宅叔</author>
      <pubDate>Tue, 08 Sep 2020 05:50:26 +0000</pubDate>
    </item>
    <item>
      <title>【分享】通过一个简单的例子理解定时器</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=1610</link>
      <description><![CDATA[一个简单的例子 ，每隔一秒寄存器加1，因为好多地方需要做计时或者延时操作，所以先理解一下计时器的运行比较有用

=================================================================
ORG 1000H
GOTO MAIN                ;代码的第一条指令必须是GOTO指令跳转到初始 ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>cmg7758</author>
      <pubDate>Sun, 19 Apr 2020 03:47:14 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】T5/T5L-UART4_配置及8283指令+0x0F00系统变量触摸上传</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=947</link>
      <description><![CDATA[附件用迪文的os汇编写的串口4程序，功能如下：
1、需要按照了0x82/83指令的格式的识别,必须要按照标准迪文0x82/83指令串口格式，程序已经对指令的格式、指令长度做了严格判断，不符合格式的乱码数据接收缓冲区（FIFO）会做清空处理。
2、串口接收数据是用os寄存器上面交 ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>神秘の宅叔</author>
      <pubDate>Thu, 05 Dec 2019 12:01:46 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】T5L_DGUSII_OS 800*480屏 T2定时器 顺时针+逆时针 ...</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=935</link>
      <description><![CDATA[附件为800*480 7寸电阻屏的T2定时器汇编例程，已在DMG80480C070_03WTR上运行测试，暂无发现问题；
PS：本例程为自己编写]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>liulaogen2</author>
      <pubDate>Wed, 04 Dec 2019 05:16:52 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】T5L_80480C070_5分钟倒计时例程（迪文os汇编）</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=934</link>
      <description><![CDATA[本人最近在学习迪文的OS开发（迪文汇编）
使用一个7寸屏做了个5分钟倒计时
例程中包含开始、暂停和停止功能
。。。。。。。。。。。。。。。。。。。。。。。
写代码过程中各种出错，各种改（此处省略一万字...）
。。。。。。。。。。。。。。。。。。。。。。。
最终 ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>菜菜</author>
      <pubDate>Wed, 04 Dec 2019 03:52:22 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】“防盗键盘”分享一套关于按钮效果的UI设计-用...</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=615</link>
      <description><![CDATA[大家好，今天我要给大家分享的是一个用os非常有意思的小功能，我们直接先欣赏一下拍摄的演示视频效果吧！




上述的效果，实际是用了6张不同键盘，包括6张不同的按钮效果图片设计，这是一种最能快速实现该效果的办法。
这次UI键盘的设计采用wps演示文稿制作出来的UI， ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>神秘の宅叔</author>
      <pubDate>Tue, 17 Sep 2019 09:56:36 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】os功能-按键返回直接赋值到文本-车牌录入</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=577</link>
      <description><![CDATA[;内核程序：T5L或者T5
  ;编程环境：DWIN_OS_Builder V3.0.2.6
  ;通讯波特率：115200bps
  ;串口模式：8N1
  ;程序功能：T5L/T5 实现车牌键入
  ;编写时间：;2019年09月10日 


 功能应用：可以应用于洗车机、充电桩、停车场等车牌的信息录入。
该功能不局限于迪文的 ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>神秘の宅叔</author>
      <pubDate>Tue, 10 Sep 2019 07:52:34 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】基于os演示用基本图形实现进度条功能</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=422</link>
      <description><![CDATA[附件的demo是用迪文T5/T5-os汇编处理的作为进度条的效果演示，（OS功能并非必须要用的，用户用串口发指令即可实现）

实际用户处理进度条，只需要用基本图形发串口指令就可以实现。如果要用os处理，附件的demo仅仅作为参考演示效果用。

视频效果展示链接：

https://v. ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>神秘の宅叔</author>
      <pubDate>Wed, 07 Aug 2019 09:27:52 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】T5L/T5 用迪文os实现中英文界面选择后自动保存、...</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=324</link>
      <description><![CDATA[附件demo的分辨率：800x480，适用平台：T5 、T5L
该demo例子的设计思路：
1、屏幕断电重启之后，从开机动画跳转到最后一张动画图片后判断之前写入的falsh里面的值，根据值的不同来判断要跳转的页面，作出中英文切换的动作。
注意事项：例程设置开机动画作为缓冲，如果直 ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>神秘の宅叔</author>
      <pubDate>Tue, 16 Jul 2019 09:41:51 +0000</pubDate>
    </item>
    <item>
      <title>【os范例】T5_DGUSII4.3寸密码登录与改写os汇编和c编译器写法...</title>
      <link>http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&amp;tid=160</link>
      <description><![CDATA[本例程设计到的os功能有比较判断、数据库读写、页面切换，
C编译器的写法是后面从汇编写好的例子上的流程改写的。
该demo例子综合考虑到的密码登录这一应用的多种情况例如：改写时两次输入不正确、忘记密码后的万能密码，等都是极具人性化的设计考虑，
代码注释清晰、方 ...]]></description>
      <category>T5/T5L_DGUSII_OS_迪文汇编</category>
      <author>神秘の宅叔</author>
      <pubDate>Tue, 11 Jun 2019 03:03:00 +0000</pubDate>
    </item>
  </channel>
</rss>