<?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>I2C/SPI display drivers for nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74253/i2c-spi-display-drivers-for-nrf52840</link><description>Hello, 
 
 I wanted to interface LCD with nrf52840, for that we have selected few of them from different vendors. I was looking for display drivers for LCD, but couldn&amp;#39;t find any documentation or example related to nrf52840. If you could please provide</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 May 2021 14:47:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74253/i2c-spi-display-drivers-for-nrf52840" /><item><title>RE: I2C/SPI display drivers for nrf52840</title><link>https://devzone.nordicsemi.com/thread/307985?ContentTypeID=1</link><pubDate>Mon, 03 May 2021 14:47:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee47c453-5d73-4391-a11f-705dfce226ba</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello Pankti,&lt;br /&gt;&lt;br /&gt;Unfortunately, we do not provide a specific driver for the&amp;nbsp;&lt;span&gt;ST7567&amp;nbsp;LCD component. However, a brief search on GitHub yielded many other repositories that might be useful to have a look at if you intend to implement the driver yourself.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C/SPI display drivers for nrf52840</title><link>https://devzone.nordicsemi.com/thread/307927?ContentTypeID=1</link><pubDate>Mon, 03 May 2021 12:27:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b583a901-a777-4a0f-be6e-427ff0b6fb4a</guid><dc:creator>pankti583</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes, the LCD component I will be using is ST7567 using SPI protocol. I found other external drivers in NRF 15.2 SDK but could not find them related to ST7567. Could you please suggest some information or driver related to that LCD?&lt;/p&gt;
&lt;p&gt;Thank you&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Pankti&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C/SPI display drivers for nrf52840</title><link>https://devzone.nordicsemi.com/thread/307843?ContentTypeID=1</link><pubDate>Mon, 03 May 2021 08:23:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fdd448e-1400-4387-9734-447320fee876</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;That is a very vague question - what non-GFX protocol do you intend to use?&lt;br /&gt;Have you decided what LCD component you will be using? If so, which interfaces does it provide?&lt;br /&gt;We provide drivers for all the most common serial protocols in our SDK.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C/SPI display drivers for nrf52840</title><link>https://devzone.nordicsemi.com/thread/307559?ContentTypeID=1</link><pubDate>Thu, 29 Apr 2021 19:40:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:548be8f3-d4fa-44d6-8b06-986309a009a8</guid><dc:creator>pankti583</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there any driver, related to LCD where we don&amp;#39;t require a GFX driver because my application only requires data from the sensor and displays it on to the LCD screen?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C/SPI display drivers for nrf52840</title><link>https://devzone.nordicsemi.com/thread/306135?ContentTypeID=1</link><pubDate>Wed, 21 Apr 2021 13:39:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a21fea5-82eb-427d-991b-4487a4b77633</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello Pankti,&lt;br /&gt;&lt;br /&gt;The link provided by @kirit is a great place to start - it shows pretty much exactly what you ask for in your original ticket.&lt;br /&gt;You might also do a search on github or similar (or the manufacturer&amp;#39;s page) to see if someone has created a driver for the particular LCD screen component you intend to use.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C/SPI display drivers for nrf52840</title><link>https://devzone.nordicsemi.com/thread/305963?ContentTypeID=1</link><pubDate>Tue, 20 Apr 2021 22:07:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5af391f9-6a33-4edb-949e-50623aefddba</guid><dc:creator>kirit</dc:creator><description>&lt;p&gt;Please check out the following &lt;em&gt;link&lt;/em&gt;. Hope it might &lt;strong&gt;help&lt;/strong&gt; you&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://jimmywongiot.com/2019/10/05/lcd-display-on-nrf52840/"&gt;jimmywongiot.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>