<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Lesson_26--Microduino_5%2A7_Lattice_Dynamic_Display</id>
		<title>Lesson 26--Microduino 5*7 Lattice Dynamic Display - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Lesson_26--Microduino_5%2A7_Lattice_Dynamic_Display"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Lesson_26--Microduino_5*7_Lattice_Dynamic_Display&amp;action=history"/>
		<updated>2026-04-21T14:45:55Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Lesson_26--Microduino_5*7_Lattice_Dynamic_Display&amp;diff=1635&amp;oldid=prev</id>
		<title>Jasonsheng：Created page with &quot;{{Language|第二十六课--Microduino 5*7点阵动态显示}} {| style=&quot;width: 800px;&quot; |- | ==Objective== This tutorial will display a image dynamically using 5*7 LED lattice...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Lesson_26--Microduino_5*7_Lattice_Dynamic_Display&amp;diff=1635&amp;oldid=prev"/>
				<updated>2014-03-26T13:17:59Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|第二十六课--Microduino 5*7点阵动态显示}} {| style=&amp;quot;width: 800px;&amp;quot; |- | ==Objective== This tutorial will display a image dynamically using 5*7 LED lattice...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language|第二十六课--Microduino 5*7点阵动态显示}}&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Objective==&lt;br /&gt;
This tutorial will display a image dynamically using 5*7 LED lattice, including move and switch the image.&lt;br /&gt;
==Equipment==&lt;br /&gt;
*'''[[Microduino-Core]]'''&lt;br /&gt;
*'''[[Microduino-FT232R]]'''&lt;br /&gt;
*Other hardware equipment&lt;br /&gt;
**Breadboard Jumper            one box   &lt;br /&gt;
**Breadboard  	               one piece  &lt;br /&gt;
**5*7 lattice                  one&lt;br /&gt;
&lt;br /&gt;
==Debug==&lt;br /&gt;
*Prepared Work：&lt;br /&gt;
**Test Program：'''[[File:.led_5_7_move.zip]]'''&lt;br /&gt;
**Modulus software：'''[[File:PCtolCD.zip]]'''&lt;br /&gt;
===Experiment one===&lt;br /&gt;
*Entire image switch&lt;br /&gt;
*Principle：Display specified character in a time slot, use the for() loop to finish the switch.&lt;br /&gt;
Step 1：Open the test program；&lt;br /&gt;
Step 2：Compile it and select the board to download；&lt;br /&gt;
*Note&lt;br /&gt;
**The first for() loop uses to delay the dispaly tiem, shorter time delay and shorter the display time.&lt;br /&gt;
**In the first for() loop, there is another for() loop, it uses to dispaly a image. Function delay() uses to set the refresh rate.&lt;br /&gt;
**You can use the second for() loop to add more image, but need change the corresponding array data in function leddisplay().&lt;br /&gt;
&lt;br /&gt;
===Experiment two===&lt;br /&gt;
*Move the image&lt;br /&gt;
*Principle：Use the left shift operation or right shift operation and for() loop to adjust the move speed.&lt;br /&gt;
Step 1：Open the test program；&lt;br /&gt;
Step 2：Compile it, select the board type and download；&lt;br /&gt;
*Note&lt;br /&gt;
**The first for() loop controls the movement,the second for() controls the speed and the third for() uses to display.&lt;br /&gt;
**Change the second for() loop to adjust the move speed.&lt;br /&gt;
**Left shift operation &amp;quot;&amp;lt;&amp;lt;&amp;quot; controls up move, right shift operation &amp;quot;&amp;gt;&amp;gt;&amp;quot; controls down move.&lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
The first experiment completes the image switch, the second experiment completes the movement of image. Players can according to their own interest to do some more interesting animation.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Jasonsheng</name></author>	</entry>

	</feed>