<?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>
	Comments on: HOWTO: Write a display driver for SEGGER emWin	</title>
	<atom:link href="https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/feed/" rel="self" type="application/rss+xml" />
	<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/</link>
	<description>Electronics, Computers at leisure time</description>
	<lastBuildDate>Fri, 10 Mar 2023 03:45:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>
		By: CM		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-4051</link>

		<dc:creator><![CDATA[CM]]></dc:creator>
		<pubDate>Fri, 10 Mar 2023 03:45:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-4051</guid>

					<description><![CDATA[Hi,

Is there a driver for RA8877 with 4 wire SPI interface for emWIn?
Any help on this is highly appreciated.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there a driver for RA8877 with 4 wire SPI interface for emWIn?<br />
Any help on this is highly appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: meera shah		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-135</link>

		<dc:creator><![CDATA[meera shah]]></dc:creator>
		<pubDate>Wed, 14 Feb 2018 06:22:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-135</guid>

					<description><![CDATA[Has anybody made drivers for SSD1306 for emwin? Document says that they have added GUIDRV_SPage for SSD1306 but no source available as well as not in Binary. If anyone knows about this please share it with me.]]></description>
			<content:encoded><![CDATA[<p>Has anybody made drivers for SSD1306 for emwin? Document says that they have added GUIDRV_SPage for SSD1306 but no source available as well as not in Binary. If anyone knows about this please share it with me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: abi		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-134</link>

		<dc:creator><![CDATA[abi]]></dc:creator>
		<pubDate>Sat, 24 Dec 2016 02:47:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-134</guid>

					<description><![CDATA[How much memory is sufficient memory?
I have 160k RAM , transparent text is displayed but changing transparent text like time, or numbers or a rolling text display is not able to erase background before drawing new one.]]></description>
			<content:encoded><![CDATA[<p>How much memory is sufficient memory?<br />
I have 160k RAM , transparent text is displayed but changing transparent text like time, or numbers or a rolling text display is not able to erase background before drawing new one.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcos_V		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-133</link>

		<dc:creator><![CDATA[Marcos_V]]></dc:creator>
		<pubDate>Tue, 13 Sep 2016 14:59:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-133</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-120&quot;&gt;Marcellus&lt;/a&gt;.

Hi Marcellus! To do this patch, did you use PortAPI.pfWrite16 functions? How did you disassemble the word in 3 bytes into your Write Data command wthout affect another configurations data commands? 
Thank you so much!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-120">Marcellus</a>.</p>
<p>Hi Marcellus! To do this patch, did you use PortAPI.pfWrite16 functions? How did you disassemble the word in 3 bytes into your Write Data command wthout affect another configurations data commands?<br />
Thank you so much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Baoshi		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-132</link>

		<dc:creator><![CDATA[Baoshi]]></dc:creator>
		<pubDate>Mon, 08 Aug 2016 00:05:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-132</guid>

					<description><![CDATA[Hello, there&#039;re two things in connection with transparency, read back and memory.  You can try write some texts on top of a color block to check if read back is working (otherwise the text will look like on black background). For memory, check the amount of memory configured in GUIConf. For many of the small MCUs because we cannot allocate too much memory to emWin, transparency is not possible.]]></description>
			<content:encoded><![CDATA[<p>Hello, there&#8217;re two things in connection with transparency, read back and memory.  You can try write some texts on top of a color block to check if read back is working (otherwise the text will look like on black background). For memory, check the amount of memory configured in GUIConf. For many of the small MCUs because we cannot allocate too much memory to emWin, transparency is not possible.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Giovanni		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-131</link>

		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Sat, 06 Aug 2016 14:38:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-131</guid>

					<description><![CDATA[Hi all, I have a problem with SSD2119. I have a working porting of the driver but I&#039;m not able to use alpha. Every time I set alpha and then I use some drawing function the application crash. Same behaviour if I try to display a png with transparency. Any idea?]]></description>
			<content:encoded><![CDATA[<p>Hi all, I have a problem with SSD2119. I have a working porting of the driver but I&#8217;m not able to use alpha. Every time I set alpha and then I use some drawing function the application crash. Same behaviour if I try to display a png with transparency. Any idea?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Constantine		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-130</link>

		<dc:creator><![CDATA[Constantine]]></dc:creator>
		<pubDate>Tue, 19 Jul 2016 00:51:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-130</guid>

					<description><![CDATA[I have similar article for F7:
http://microelk.azurewebsites.net/]]></description>
			<content:encoded><![CDATA[<p>I have similar article for F7:<br />
<a href="http://microelk.azurewebsites.net/" rel="nofollow ugc">http://microelk.azurewebsites.net/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gu		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-129</link>

		<dc:creator><![CDATA[Gu]]></dc:creator>
		<pubDate>Thu, 21 May 2015 19:46:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-129</guid>

					<description><![CDATA[Great Post! It helped me a lot with HX8352B. If you have a HX8352B model use this pseudo-function to write a pixel on the screen:

void LCD_XY(uint16 x, uint16 y, uint16 cor)
{

         Set_LCD_8B_REG(0x0002,HI8(x));
         Set_LCD_8B_REG(0x0003,LO8(x));
        
         Set_LCD_8B_REG(0x0004,HI8(x));
         Set_LCD_8B_REG(0x0005,LO8(x));
         
         Set_LCD_8B_REG(0x0006,HI8(y));
         Set_LCD_8B_REG(0x0007,LO8(y));
     
         Set_LCD_8B_REG(0x80,HI8(y));    
         Set_LCD_8B_REG(0x81,LO8(y));    

         Set_LCD_8B_REG(0x82,HI8(x));      
         Set_LCD_8B_REG(0x83,LO8(x));      
 
    
        // Write data
        Set_LCD_8B_REG(0x0022,cor);



}]]></description>
			<content:encoded><![CDATA[<p>Great Post! It helped me a lot with HX8352B. If you have a HX8352B model use this pseudo-function to write a pixel on the screen:</p>
<p>void LCD_XY(uint16 x, uint16 y, uint16 cor)<br />
{</p>
<p>         Set_LCD_8B_REG(0x0002,HI8(x));<br />
         Set_LCD_8B_REG(0x0003,LO8(x));</p>
<p>         Set_LCD_8B_REG(0x0004,HI8(x));<br />
         Set_LCD_8B_REG(0x0005,LO8(x));</p>
<p>         Set_LCD_8B_REG(0x0006,HI8(y));<br />
         Set_LCD_8B_REG(0x0007,LO8(y));</p>
<p>         Set_LCD_8B_REG(0x80,HI8(y));<br />
         Set_LCD_8B_REG(0x81,LO8(y));    </p>
<p>         Set_LCD_8B_REG(0x82,HI8(x));<br />
         Set_LCD_8B_REG(0x83,LO8(x));      </p>
<p>        // Write data<br />
        Set_LCD_8B_REG(0x0022,cor);</p>
<p>}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jupp		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-128</link>

		<dc:creator><![CDATA[Jupp]]></dc:creator>
		<pubDate>Sat, 09 May 2015 22:16:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-128</guid>

					<description><![CDATA[I got the SSD1289 works now - thanks for the example and explain of the required function to Register them.]]></description>
			<content:encoded><![CDATA[<p>I got the SSD1289 works now &#8211; thanks for the example and explain of the required function to Register them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jupp		</title>
		<link>https://ba0sh1.com/2014/01/30/write-a-display-driver-for-emwin/#comment-127</link>

		<dc:creator><![CDATA[Jupp]]></dc:creator>
		<pubDate>Mon, 23 Mar 2015 08:07:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=826#comment-127</guid>

					<description><![CDATA[does anyone had a working SSD1289 Driver available for me ? I had seen in the beginning of this Blog some discussion about it, but i could&#039;t find an example or so for that.
I would like to use this small Display to build a messuring Instrument for displaying the  &quot;Standing Wave Ratio&quot; of a Ham-Radio antenna. 
Tnx Jupp]]></description>
			<content:encoded><![CDATA[<p>does anyone had a working SSD1289 Driver available for me ? I had seen in the beginning of this Blog some discussion about it, but i could&#8217;t find an example or so for that.<br />
I would like to use this small Display to build a messuring Instrument for displaying the  &#8220;Standing Wave Ratio&#8221; of a Ham-Radio antenna.<br />
Tnx Jupp</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
