<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Experimenting with E-Paper Displays: Building a Clock!</title><link>/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><description>IntroductionI’d been curious to experiment with E-paper displays for a long time, and recently I finally got around to some basic experimentation. This short blog post documents some work with a compact 2.9 inch display, building it into a simple clo</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Sun, 21 Sep 2025 21:10:04 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>dang74</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I remember reading a blurb on e paper maybe about 15 years back.&amp;nbsp; I remember thinking it sounded pretty interesting at the time, but I never did get around to exploring it further.&amp;nbsp; I really like how you go into the details in how this technology differs from LCDs.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Thu, 23 May 2019 14:54:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>Workshopshed</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I do like the E-Ink displays. The refresh is a little strange, particularly if you do a partial refresh (for example flashing the : on a clock). But otherwise they are good to work with.&lt;/p&gt;&lt;p&gt;Here&amp;#39;s one I setup for a mate to report the room temperature.&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x822/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-99b30597-1dfd-43cd-810c-f14bc9a02ab4/5164.contentimage_5F00_186113.jpg:620:822]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Fri, 13 Jul 2018 23:12:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>freddy1404</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Shabaz,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thank you so much for posting this article. It has helped me a great deal!&lt;br /&gt;&lt;br /&gt;I do however have a little problem: The text doesn&amp;#39;t fully go to the right side, there is a gap of about 9mm, which would equal about 40px. It is always there, no matter the text size. Do you have any idea how could write letters onto the whole screen, getting rid of that gap?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thank you, &lt;br /&gt;Regards,&lt;br /&gt;&amp;nbsp; Frederik&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;[View:/resized-image/__size/500x448/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-99b30597-1dfd-43cd-810c-f14bc9a02ab4/contentimage_5F00_186110.jpg:500:448]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Sun, 15 Apr 2018 15:42:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>psitech</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Shabaz,&lt;/p&gt;&lt;p&gt;Thanks for posting this interesting article!&lt;/p&gt;&lt;p&gt;While [partially] porting your code to a Teensy 3.1/3.2, I found a bug in displaying the characters &amp;quot;gjpg&amp;quot;. The bottom part of these characters is flipped up, see:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/378x357/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-99b30597-1dfd-43cd-810c-f14bc9a02ab4/contentimage_5F00_186108.png:378:357]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Found the solution by modifying line 1011 of ep29.cpp [function 'ep_write_text']:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (py == -1)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; py = 32767;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; py = 0 - ipy;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt; this line should be &lt;strong&gt;&lt;em&gt;py = 0 + ipy; [plus instead of minus]&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now it looks OK:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/372x330/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-99b30597-1dfd-43cd-810c-f14bc9a02ab4/contentimage_5F00_186109.png:372:330]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Paul&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Sat, 10 Mar 2018 05:41:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>mcb1</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; You might like some of these&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://www.waveshare.com/catalogsearch/result/?q=e-ink" rel="nofollow ugc noopener" target="_blank" title="https://www.waveshare.com/catalogsearch/result/?q=e-ink"&gt;https://www.waveshare.com/catalogsearch/result/?q=e-ink&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mark&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Thu, 08 Mar 2018 17:42:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>mustafa404</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Shabaz,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Very knowledgeable article this. I was now curious to integrate the epaper with xbee modules.&lt;/p&gt;&lt;p&gt;Just a question regarding this. Will it be possible to integrate it with Xbee modules which have a RAM of 2kb and Flash memory of 32Kb.&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Mustafa&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Tue, 09 Jan 2018 15:16:56 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>luislabmo</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi &lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt;, nice article.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m wondering, is that a fritzing diagram ?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Luis&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Mon, 08 Jan 2018 22:42:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>abrain</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi &lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt;, nice article!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had a play with an &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-FK7s1e11-linked"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2431225&amp;amp;nsku=&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2431225&amp;amp;nsku=&amp;amp;COM=noscript" target="_blank"&gt;STM32L0 discovery&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-FK7s1e11-unlinked"&gt;STM32L0 discovery&lt;/span&gt;&lt;/span&gt; board with one of these on a while back, to see if it was going to be any good with a portable measurement device.... as you note, the display can&amp;#39;t be updated that quickly, and you need to consider what to display just before you get switched off, as it really does hold that image, but it was fun learning about the technology.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Mon, 08 Jan 2018 18:37:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>gpolder</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;thanks a lot for sharing,&lt;/p&gt;&lt;p&gt;I was looking at eInk for quite some time already but thought it was still expensive. But this one is very affordable and looks great. Speed is quite slow, so it is for projects with not to much updates.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Mon, 08 Jan 2018 17:13:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>Workshopshed</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Excellent project and demo of this tech.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Other things good for eInk&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Weather forcast&lt;/p&gt;&lt;p&gt;Upcoming Train / Bus arrivals&lt;/p&gt;&lt;p&gt;Andy&amp;#39;s book sales (a stone tablet would also work for this task)&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Fri, 05 Jan 2018 16:19:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>ninjatrent</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;The eink display for the pi zero looks interesting.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Wed, 03 Jan 2018 15:16:03 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>neilk</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Very nice project &lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-99b30597-1dfd-43cd-810c-f14bc9a02ab4/3058.contentimage_5F00_1.png:16:16]&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I didn&amp;#39;t even know that e-paper displays were available and modestly priced!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It&amp;#39;s very tempting&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neil&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Tue, 02 Jan 2018 14:36:49 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>gadget.iom</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Nice write-up &lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt;. &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-99b30597-1dfd-43cd-810c-f14bc9a02ab4/contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have often been tempted to experiment with E-Ink/E-Paper, now have one on the way.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Paul&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Mon, 01 Jan 2018 20:50:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>genebren</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Shabaz,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Very nice write-up. This looks like a really nice screen.&amp;nbsp; I played around with a bunch of LED/LCD displays, with and without touch screens for a project a while back, but this is so much cleaner looking.&amp;nbsp; Keep up all of the good work!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Experimenting with E-Paper Displays: Building a Clock!</title><link>https://community.element14.com/technologies/open-source-hardware/b/blog/posts/experimenting-with-e-paper-displays-building-a-clock</link><pubDate>Mon, 01 Jan 2018 15:33:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99b30597-1dfd-43cd-810c-f14bc9a02ab4</guid><dc:creator>ninjatrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Shabaz &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Great post and explanation of this tech.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for sharing this post with us.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Very interesting content.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4041&amp;AppID=18&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>