<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「ESP32 GC9A01 测试代码」的评论	</title>
	<atom:link href="https://www.lab-z.com/gc9a01tft/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/gc9a01tft/</link>
	<description></description>
	<lastBuildDate>Sat, 09 Oct 2021 00:11:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/gc9a01tft/#comment-161672</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Sat, 09 Oct 2021 00:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=7460#comment-161672</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/gc9a01tft/#comment-161257&quot;&gt;user&lt;/a&gt;。

谢谢指教，有机会我试试。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/gc9a01tft/#comment-161257">user</a>。</p>
<p>谢谢指教，有机会我试试。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：user		</title>
		<link>https://www.lab-z.com/gc9a01tft/#comment-161257</link>

		<dc:creator><![CDATA[user]]></dc:creator>
		<pubDate>Fri, 08 Oct 2021 07:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=7460#comment-161257</guid>

					<description><![CDATA[void LCD_Fill(u16 xsta,u16 ysta,u16 xend,u16 yend,u16 color)
{             
  u16 i,j; 
  LCD_Address_Set(xsta,ysta,xend-1,yend-1);//设置显示范围
  SPI.begin();
  SPI.beginTransaction(mySPISettings);
  for(i=ysta;i&#060;yend;i++)
  {                               
    for(j=xsta;j&#060;xend;j++)
    {
      SPI.transfer16(color);
    }
  } 
  SPI.endTransaction();                
}
这样写刷屏速度能提高十几倍]]></description>
			<content:encoded><![CDATA[<p>void LCD_Fill(u16 xsta,u16 ysta,u16 xend,u16 yend,u16 color)<br />
{<br />
  u16 i,j;<br />
  LCD_Address_Set(xsta,ysta,xend-1,yend-1);//设置显示范围<br />
  SPI.begin();<br />
  SPI.beginTransaction(mySPISettings);<br />
  for(i=ysta;i&lt;yend;i++)<br />
  {<br />
    for(j=xsta;j&lt;xend;j++)<br />
    {<br />
      SPI.transfer16(color);<br />
    }<br />
  }<br />
  SPI.endTransaction();<br />
}<br />
这样写刷屏速度能提高十几倍</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/gc9a01tft/#comment-95032</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 13:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=7460#comment-95032</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/gc9a01tft/#comment-95025&quot;&gt;oliver&lt;/a&gt;。

我查了一下，没有的。不过Esp32 可以达到 40Mhz 的 SPI 速度，填充速度不慢啊。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/gc9a01tft/#comment-95025">oliver</a>。</p>
<p>我查了一下，没有的。不过Esp32 可以达到 40Mhz 的 SPI 速度，填充速度不慢啊。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：oliver		</title>
		<link>https://www.lab-z.com/gc9a01tft/#comment-95025</link>

		<dc:creator><![CDATA[oliver]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 03:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=7460#comment-95025</guid>

					<description><![CDATA[老哥, 有没有清屏的命令啊?  我想做个矩形移动的动画, 但是用LCD_Fill() 速度太慢. 请您指教]]></description>
			<content:encoded><![CDATA[<p>老哥, 有没有清屏的命令啊?  我想做个矩形移动的动画, 但是用LCD_Fill() 速度太慢. 请您指教</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
