<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Display recommendation for nRF51-DK ? Library ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8754/display-recommendation-for-nrf51-dk-library</link><description>Hello, 
 Is there any compatible arduino lcd with existing library for the nRF51 Chipset? 
 So I can just plug it on the nRF51-DK, include the library and &amp;quot;lcd_wirte(&amp;quot;text&amp;quot;,position);&amp;quot;? 
 A simple 2x16LCD would do it. 
 What would be the steps required</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 16 Aug 2015 23:57:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8754/display-recommendation-for-nrf51-dk-library" /><item><title>RE: Display recommendation for nRF51-DK ? Library ?</title><link>https://devzone.nordicsemi.com/thread/32093?ContentTypeID=1</link><pubDate>Sun, 16 Aug 2015 23:57:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12989a0c-9279-4eae-a8f6-0c4674b17c27</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;No there&amp;#39;s not a compatible Arduino library because the boards aren&amp;#39;t Arduinos.&lt;/p&gt;
&lt;p&gt;There was, still is, an old LCD driver for the LCD on the old nrf6350 motherboard, it&amp;#39;s still in the SDK under 6350.c, but it doesn&amp;#39;t say what kind of LCD is on there, it was one of the TWI compatible ones, there&amp;#39;s a few.&lt;/p&gt;
&lt;p&gt;The steps required to run something like that would be, buy it, mount it on a breakout board, read the product documentation to work out how to power it and how to send data to it then write the code. There&amp;#39;s only about 2 or 3 different simple LCD driver chips, that one looks like the one which needs a minimum of 4 data lines and some work, there are others with a TWI or SPI interface which are need less interfacing. Probably googling the driver IC number and &amp;#39;Arduino&amp;#39; would give you a mountain of code, written for Arduino, which you could use as a starting point. A simple display like that however is probably 1/2 a day&amp;#39;s work to implement, they&amp;#39;re not hard.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>