<?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>Converting 5v LCDs to 3.3v and tweaking a MakeCode extension</title><link>/products/roadtest/b/blog/posts/converting-5v-lcds-to-3-3v-and-tweaking-a-makecode-extension</link><description>When I RoadTested the Kitronik Klimate board recently and made a wireless weather station with it, I needed to display four values (temperature, humidity, atmospheric pressure and windspeed) plus some text, on a display. As you can see in the ph...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Converting 5v LCDs to 3.3v and tweaking a MakeCode extension</title><link>https://community.element14.com/products/roadtest/b/blog/posts/converting-5v-lcds-to-3-3v-and-tweaking-a-makecode-extension</link><pubDate>Fri, 06 Nov 2020 15:26:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3b77d009-0772-41bb-b402-8fa7f4c1b120</guid><dc:creator>svdp</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Hugo,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think there is a difference between the blue and the green lcd screens. For the blue LCD&amp;#39;s and active pixel is transparent and a background pixel opaque. The back light is seen through the transparent (active)&amp;nbsp; pixel. For the green LCD it is just the other way around the active pixel is opaque and shows as &amp;quot;black&amp;quot; both require a different contrast voltage. So the points I want to make are:&lt;/p&gt;&lt;p&gt;-hack does not work for a green display&lt;/p&gt;&lt;p&gt;-value of R6 is not justified, if you take 0 Ohm its also fine for a blue display&lt;/p&gt;&lt;p&gt;-no distinction made between display types&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yes, you can you a pot but the proper values for R6/R7 are also handy ;-)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Stefan&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7287&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Converting 5v LCDs to 3.3v and tweaking a MakeCode extension</title><link>https://community.element14.com/products/roadtest/b/blog/posts/converting-5v-lcds-to-3-3v-and-tweaking-a-makecode-extension</link><pubDate>Fri, 06 Nov 2020 14:41:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3b77d009-0772-41bb-b402-8fa7f4c1b120</guid><dc:creator>svdp</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Steve,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The patch you suggest does not work for a green display. The reason is quite obvious. The output of the charge pump is connected via voltage R6/R7 to Vo.&lt;/p&gt;&lt;p&gt;You just take 2.2k for R6 without any reasoning which means that the full -3.3V is on Vo. Which leads to way too much contrast.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7287&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Converting 5v LCDs to 3.3v and tweaking a MakeCode extension</title><link>https://community.element14.com/products/roadtest/b/blog/posts/converting-5v-lcds-to-3-3v-and-tweaking-a-makecode-extension</link><pubDate>Sat, 15 Jun 2019 22:26:47 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3b77d009-0772-41bb-b402-8fa7f4c1b120</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I’m running that type of display on 3v3 without translation. They use a popular Hitachi compatible driver that functions with 3v3 on the data lines. I’ve driven them from a TI Hercules and an Intel embedded controller. Only the background led needs a little more umph. I’ve published a C driver for both on github.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7287&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Converting 5v LCDs to 3.3v and tweaking a MakeCode extension</title><link>https://community.element14.com/products/roadtest/b/blog/posts/converting-5v-lcds-to-3-3v-and-tweaking-a-makecode-extension</link><pubDate>Sat, 15 Jun 2019 15:14:28 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3b77d009-0772-41bb-b402-8fa7f4c1b120</guid><dc:creator>neilk</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Steve&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nice mod to the display board and I like the custom block for MakeCode.&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=7287&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Converting 5v LCDs to 3.3v and tweaking a MakeCode extension</title><link>https://community.element14.com/products/roadtest/b/blog/posts/converting-5v-lcds-to-3-3v-and-tweaking-a-makecode-extension</link><pubDate>Sat, 15 Jun 2019 11:54:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3b77d009-0772-41bb-b402-8fa7f4c1b120</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Steve,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Great info! I&amp;#39;ve been meaning to do the exact same mod with some 16x2 screens, and purchased the bits but not got around to it yet.&lt;/p&gt;&lt;p&gt;Nice to see the mod will work.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7287&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>