<?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>GFX Library</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26510/gfx-library</link><description>I don&amp;#39;t quite get how this works from the documentation and examples provided, i have a display not yet implemented in your drivers, but I have written my own which just transfers a buffer from RAM in the MCU to the display.. 
 Do you have something</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Nov 2017 14:53:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26510/gfx-library" /><item><title>RE: GFX Library</title><link>https://devzone.nordicsemi.com/thread/104306?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 14:53:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3be08b5f-63c9-4890-b939-4b78e8b37303</guid><dc:creator>jakub</dc:creator><description>&lt;p&gt;First of all you have to have a driver for your display. This driver must provide following functions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;lcd_init&lt;/li&gt;
&lt;li&gt;lcd_uninit&lt;/li&gt;
&lt;li&gt;lcd_pixel_draw&lt;/li&gt;
&lt;li&gt;lcd_rect_draw&lt;/li&gt;
&lt;li&gt;lcd_display&lt;/li&gt;
&lt;li&gt;lcd_rotation_set&lt;/li&gt;
&lt;li&gt;lcd_display_invert&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once you have you need to pass it to GFX module. You can base on example presenting spi_mngr (sdk\examples\peripheral\spi_master_using_nrf_spi_mngr)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>