<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: ESP8266: SSD1306 Oled Library Release	</title>
	<atom:link href="https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html</link>
	<description></description>
	<lastBuildDate>Thu, 09 Dec 2021 08:10:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: Michael		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-7194</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 11 Oct 2017 08:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-7194</guid>

					<description><![CDATA[Hi Daniel,

i found your blog via the OLED Library which is used in ESPEasy.
Thanks so much for your cool work!

At the Moment i have just one Question:
Is it possible that your web based font generator (http://oleddisplay.squix.ch/) is down at the moment?
I get an 404 if i follow this link...


kind regards

Michael]]></description>
			<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>i found your blog via the OLED Library which is used in ESPEasy.<br />
Thanks so much for your cool work!</p>
<p>At the Moment i have just one Question:<br />
Is it possible that your web based font generator (<a href="http://oleddisplay.squix.ch/" rel="nofollow ugc">http://oleddisplay.squix.ch/</a>) is down at the moment?<br />
I get an 404 if i follow this link&#8230;</p>
<p>kind regards</p>
<p>Michael</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcos		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-4219</link>

		<dc:creator><![CDATA[Marcos]]></dc:creator>
		<pubDate>Sun, 01 Jan 2017 19:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-4219</guid>

					<description><![CDATA[Hi Daniel, 

First of all, thanks a lot for sharing your code, is really great!!!
I&#039;ve been playing with the weather station kit for a couple of weeks. Currently I&#039;m trying to display stock market information. Something like a stock market ticker. I want to display the values for different stocks in the same frame but at different times. Let me explain. I want to know the last price for the stock Apple and Netflix. Therefore I get the info from makitondemand and store it in an array. I added an additional frame (lets call it frame5). The first time frame5 is drawn I want to display the last price of Apple that is the first element in the array. The second time frame5 is drawn I want to display the last price of Netflix, that is the second element in the array. The third time frame5 is drawn I want to display again the first element of the array and so on...
Is there a way to do that?

Regards,
Marcos]]></description>
			<content:encoded><![CDATA[<p>Hi Daniel, </p>
<p>First of all, thanks a lot for sharing your code, is really great!!!<br />
I&#8217;ve been playing with the weather station kit for a couple of weeks. Currently I&#8217;m trying to display stock market information. Something like a stock market ticker. I want to display the values for different stocks in the same frame but at different times. Let me explain. I want to know the last price for the stock Apple and Netflix. Therefore I get the info from makitondemand and store it in an array. I added an additional frame (lets call it frame5). The first time frame5 is drawn I want to display the last price of Apple that is the first element in the array. The second time frame5 is drawn I want to display the last price of Netflix, that is the second element in the array. The third time frame5 is drawn I want to display again the first element of the array and so on&#8230;<br />
Is there a way to do that?</p>
<p>Regards,<br />
Marcos</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malorie		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-4099</link>

		<dc:creator><![CDATA[Malorie]]></dc:creator>
		<pubDate>Wed, 28 Dec 2016 05:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-4099</guid>

					<description><![CDATA[Hurrah, that&#039;s what I was exploring for, what a information! present here at this blog,
thanks admin of this website.]]></description>
			<content:encoded><![CDATA[<p>Hurrah, that&#8217;s what I was exploring for, what a information! present here at this blog,<br />
thanks admin of this website.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: squix78		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-3446</link>

		<dc:creator><![CDATA[squix78]]></dc:creator>
		<pubDate>Fri, 09 Dec 2016 20:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-3446</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-3408&quot;&gt;Al&lt;/a&gt;.

You can invert the hole display, but that&#039;s probably not what you want. In the end the xbm format is just pixels, if I remember correctly so in theory you could just invert all the bytes and get the inverted image. Inverting can be done by XORing every byte with 0xff... But no satisfaction guaranteed;-)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-3408">Al</a>.</p>
<p>You can invert the hole display, but that&#8217;s probably not what you want. In the end the xbm format is just pixels, if I remember correctly so in theory you could just invert all the bytes and get the inverted image. Inverting can be done by XORing every byte with 0xff&#8230; But no satisfaction guaranteed;-)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Al		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-3408</link>

		<dc:creator><![CDATA[Al]]></dc:creator>
		<pubDate>Wed, 07 Dec 2016 11:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-3408</guid>

					<description><![CDATA[I&#039;m using your library and it&#039;s working beautifully for my esp8266-based thermostat. i&#039;m using an array of small XBM images to animate a screen icon, and it looks great, but the images are the inverse of how they appear elsewhere (browser, image apps) i.e. black pixels are white, and vice versa. is there a switch somewhere in the library to invert an image, or should i try reconverting my images? thanks for the great work btw...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using your library and it&#8217;s working beautifully for my esp8266-based thermostat. i&#8217;m using an array of small XBM images to animate a screen icon, and it looks great, but the images are the inverse of how they appear elsewhere (browser, image apps) i.e. black pixels are white, and vice versa. is there a switch somewhere in the library to invert an image, or should i try reconverting my images? thanks for the great work btw&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: squix78		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-2337</link>

		<dc:creator><![CDATA[squix78]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 19:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-2337</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-2274&quot;&gt;Sean&lt;/a&gt;.

Hi Sean. This worked for me in the past. I had the two displays running on different pins, since their I2C address is kind of hard coded. It reduced the performance a little but was still OK. You&#039;ll have to instantiate to display objects. Let me know if it worked out!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-2274">Sean</a>.</p>
<p>Hi Sean. This worked for me in the past. I had the two displays running on different pins, since their I2C address is kind of hard coded. It reduced the performance a little but was still OK. You&#8217;ll have to instantiate to display objects. Let me know if it worked out!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sean		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-2274</link>

		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Thu, 22 Sep 2016 14:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-2274</guid>

					<description><![CDATA[Is it possble to run multilpe displays at once with the library? Example would be to combine the weather and planespotter on one esp with two displays.]]></description>
			<content:encoded><![CDATA[<p>Is it possble to run multilpe displays at once with the library? Example would be to combine the weather and planespotter on one esp with two displays.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Keith Fowler		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-2064</link>

		<dc:creator><![CDATA[Keith Fowler]]></dc:creator>
		<pubDate>Thu, 01 Sep 2016 01:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-2064</guid>

					<description><![CDATA[Daniel...I&#039;ve made quite a few changes to your original Weather Station code, and as part of this
effort would like to re-generate the Meteocons font at various other sizes.  Can your font generator do this, and if so, can you give me some hints at getting started?  Also, can it be used to generate other open-source fonts than those included in your generator&#039;s pull-down selection?]]></description>
			<content:encoded><![CDATA[<p>Daniel&#8230;I&#8217;ve made quite a few changes to your original Weather Station code, and as part of this<br />
effort would like to re-generate the Meteocons font at various other sizes.  Can your font generator do this, and if so, can you give me some hints at getting started?  Also, can it be used to generate other open-source fonts than those included in your generator&#8217;s pull-down selection?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Don Epand		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-2061</link>

		<dc:creator><![CDATA[Don Epand]]></dc:creator>
		<pubDate>Wed, 31 Aug 2016 20:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-2061</guid>

					<description><![CDATA[Problem solved. Used platformio to build and upload. Worked fine.
Thanks anyway
Don]]></description>
			<content:encoded><![CDATA[<p>Problem solved. Used platformio to build and upload. Worked fine.<br />
Thanks anyway<br />
Don</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Don Epand		</title>
		<link>https://blog.squix.org/2016/06/esp8266-ssd1306-oled-library-release.html#comment-2045</link>

		<dc:creator><![CDATA[Don Epand]]></dc:creator>
		<pubDate>Mon, 29 Aug 2016 18:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=538#comment-2045</guid>

					<description><![CDATA[Hi Daniel,
I had been using your weather station for over a year. I wanted to make some changes but could not get it to compile. i have updated the source and the libraries but get the following error &quot;/home/depand/sketchbook/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp: In function &#039;void wifi_wps_status_cb(wps_cb_status)&#039;:
/home/depand/sketchbook/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp:593:14: error: &#039;WPS_CB_ST_UNK&#039; was not declared in this scope
         case WPS_CB_ST_UNK:
              ^
Error compiling.&quot;
Could you please advise what my problem is?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Daniel,<br />
I had been using your weather station for over a year. I wanted to make some changes but could not get it to compile. i have updated the source and the libraries but get the following error &#8220;/home/depand/sketchbook/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp: In function &#8216;void wifi_wps_status_cb(wps_cb_status)&#8217;:<br />
/home/depand/sketchbook/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp:593:14: error: &#8216;WPS_CB_ST_UNK&#8217; was not declared in this scope<br />
         case WPS_CB_ST_UNK:<br />
              ^<br />
Error compiling.&#8221;<br />
Could you please advise what my problem is?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
