<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Other NXP ProductsのトピックRe: eGUI ssd1963 driver</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198643#M1925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to see your's. &amp;nbsp;I ended up writing one too that works well for my project, but I never got the SetOrientation to work properly. &amp;nbsp;I don't think I'll ever need to change that, but I'd like to see what I missed when I was rushing through that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd be happy to post mine as well if anyone is interested given the warnings above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 00:18:56 GMT</pubDate>
    <dc:creator>Toe</dc:creator>
    <dc:date>2012-01-18T00:18:56Z</dc:date>
    <item>
      <title>eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198642#M1924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On another post (a while ago) it was asked if there was a eGUI driver for the ssd1963 chip.&amp;nbsp; I have coded one which I would be happy to share if anyone wants it.&amp;nbsp; I am using a NewHaven 7" Display with satisfactory results.&amp;nbsp; eGUI certainly enabled me to put a professional face on my project in short order.&amp;nbsp; Thank you, whoever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 22:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198642#M1924</guid>
      <dc:creator>leb</dc:creator>
      <dc:date>2012-01-16T22:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198643#M1925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to see your's. &amp;nbsp;I ended up writing one too that works well for my project, but I never got the SetOrientation to work properly. &amp;nbsp;I don't think I'll ever need to change that, but I'd like to see what I missed when I was rushing through that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd be happy to post mine as well if anyone is interested given the warnings above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 00:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198643#M1925</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2012-01-18T00:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198644#M1926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to se the ssd1963 also, I am trying to write one for eGUI also using a 7" display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 02:53:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198644#M1926</guid>
      <dc:creator>kristies1</dc:creator>
      <dc:date>2012-01-19T02:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198645#M1927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I mentioned, the orientation setting isn't right. &amp;nbsp;It only works in landscape, so make sure you have&amp;nbsp;D4D_SetOrientation(D4D_ORIENT_LANDSCAPE); some where after initializing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 06:55:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198645#M1927</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2012-01-19T06:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198646#M1928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's mine.&amp;nbsp; Please note the LEB_EXTENSIONS macro at the start of the .c.&amp;nbsp; You'll most likely need to set that to 0.&amp;nbsp; I tested my SetOrientation()&amp;nbsp; with this driver for Landscape and Landscape180; both worked.&amp;nbsp; As you can understand I did not want to have to define a new screen just to test the Portrait modes.&amp;nbsp; However, I created another program, Bluescreen, to develop, debug, the code that went into the driver.&amp;nbsp; That worked in all 4 modes for what it's worth.&amp;nbsp; It appears the the max attachments is 3 so the source for Bluscreen is attached to another post&lt;/P&gt;&lt;P&gt;Take care&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 01:15:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198646#M1928</guid>
      <dc:creator>leb</dc:creator>
      <dc:date>2012-01-20T01:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198647#M1929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bluescreen attachments.&amp;nbsp; This was coded to run in Internal RAM so it's outside of eGUI.&amp;nbsp; To make it run you'd need a lot of support code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 01:20:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198647#M1929</guid>
      <dc:creator>leb</dc:creator>
      <dc:date>2012-01-20T01:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198648#M1930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all, it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 06:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198648#M1930</guid>
      <dc:creator>kristies1</dc:creator>
      <dc:date>2012-01-25T06:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198649#M1931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem with SSD1963 for changing between landscape and portrait.&lt;/P&gt;&lt;P&gt;Your driver code helps me a lot. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 03:22:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198649#M1931</guid>
      <dc:creator>WalterLim</dc:creator>
      <dc:date>2012-01-27T03:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198650#M1932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;leb's functions for the orientation work well for me. &amp;nbsp;I went back and tested those with my product and was able to see the screen flip/rotate properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 21:49:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198650#M1932</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2012-01-27T21:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198651#M1933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some help with driving the SSd1963 graphic IC...&lt;/P&gt;&lt;P&gt;I have it connected to ports on a 'JM60 micro.&lt;/P&gt;&lt;P&gt;I want to operate in '8 bit' mode (so D8..D15 not used). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the correct sequence of data byte strobing to the IC to issue a Command?&lt;/P&gt;&lt;P&gt;Even though the IC only uses 8bit commands do I still have to send 16 bits as per:&lt;/P&gt;&lt;P&gt;RD high WR high&lt;/P&gt;&lt;P&gt;CD low&lt;/P&gt;&lt;P&gt;put high byte command&amp;nbsp;&lt;/P&gt;&lt;P&gt;CS low&lt;/P&gt;&lt;P&gt;WR low.. high&lt;/P&gt;&lt;P&gt;CS high&lt;/P&gt;&lt;P&gt;&amp;nbsp;and repeat for low byte of command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and then repeat the above for each16 bit parameter(s) of the command..&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;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 10:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198651#M1933</guid>
      <dc:creator>donw</dc:creator>
      <dc:date>2012-02-16T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198652#M1934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, take a look at the initialization in my driver above. &amp;nbsp;The&amp;nbsp;D4DLCD_Init_SSD1963 function all initialization is done with 8bit values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All commands are 8 bit values followed by data bytes. &amp;nbsp;The data is read in 8 bits at a time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So send your command:&lt;/P&gt;&lt;P&gt;dc low&lt;/P&gt;&lt;P&gt;cs low&lt;/P&gt;&lt;P&gt;cmd byte&lt;/P&gt;&lt;P&gt;pulse wr&lt;/P&gt;&lt;P&gt;cs high&lt;/P&gt;&lt;P&gt;dc high&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send any data required for that command 8 bits at a time msb first:&lt;/P&gt;&lt;P&gt;cs low&lt;/P&gt;&lt;P&gt;data byte&lt;/P&gt;&lt;P&gt;pulse wr&lt;/P&gt;&lt;P&gt;cs high&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can leave RD set until you want to do a read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just use the d4dlcdhw_gpio8080_8b driver and all this is done for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 00:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198652#M1934</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2012-02-17T00:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198653#M1935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry to be so slow in reponding.&amp;nbsp; I did not setup email to know when someone posted to this chain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the answer to your question is command 0xf0 of the SSD1963 - set_pixel_data_interface, page 78 of the manual.&amp;nbsp; It states "Set the pixel data format to 8-bit / 9-bit / 12-bit / 16-bit / 16-bit(565) / 18-bit / 24-bit in the parallel host processor&lt;BR /&gt;interface. This command is used for display data only, the command format is always 8 bit.".&amp;nbsp; It then goes on to list the formats.&amp;nbsp; You want the parameter to be 0x00 - 8 bit.&amp;nbsp; So commands are always 8 bit, but they may require additional 8 bit cycles to supply all the parameters.&amp;nbsp; For example, 0x0F requires a cycle for the command and another cycle for the parameter 0x00.&amp;nbsp; When supplying pixel data you will need sufficient cycles to supply all the bits of the pixel.&amp;nbsp; eGUI maxs at 5-6-5 I believe, so each pixel requires 2 cycles (16 bits).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope I have this correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 20:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198653#M1935</guid>
      <dc:creator>leb</dc:creator>
      <dc:date>2012-03-04T20:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198654#M1936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just registered to this forum. I am having problems with SSD1963 and portrait orientation, landscape works just fine.&lt;/P&gt;&lt;P&gt;Read through this topic but i don't see any download link or attachment that contains code you mentioned earlier.&lt;/P&gt;&lt;P&gt;Am I missing something elementary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 12:46:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198654#M1936</guid>
      <dc:creator>darkicmarkic</dc:creator>
      <dc:date>2012-09-11T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198655#M1937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the recent update to the forums removed file attachments.&amp;nbsp; That's unfortunate and will probably cause problems for many others stumbling on old discussions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have the original code posted, but I have my code with additions from leb's code to fix the issues with orientation setting.&amp;nbsp; I haven't used this in a few months, so your mileage may vary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how to post files any more, but here's a link to where you can grab it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/sfdz8ww0bykvx2p/d4d_ssd1963.zip?dl=0" title="https://www.dropbox.com/s/sfdz8ww0bykvx2p/d4d_ssd1963.zip?dl=0"&gt;Dropbox - d4d_ssd1963.zip&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 13:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198655#M1937</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2012-09-11T13:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198656#M1938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your effort.&lt;/P&gt;&lt;P&gt;Looking at the code it appears that I have already set Address Mode register correctly (0x36), so there must be something else that I am missing.&lt;/P&gt;&lt;P&gt;As far as i can tell from the datasheet all you need to do to change orientation is to change value of Address Mode register (0x36)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 07:02:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198656#M1938</guid>
      <dc:creator>darkicmarkic</dc:creator>
      <dc:date>2012-09-12T07:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198657#M1939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you verify your SetWindow function too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 12:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198657#M1939</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2012-09-12T12:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198658#M1940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You guessed it right, that was the culprit. All it took was a little trial and error and datasheet reading.&lt;/P&gt;&lt;P&gt;I managed to solve this but didn't get around to post until now.&lt;/P&gt;&lt;P&gt;Display now works as expected in all orientations (0, 90, 180 and 270)&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 14:24:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198658#M1940</guid>
      <dc:creator>darkicmarkic</dc:creator>
      <dc:date>2012-10-17T14:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198659#M1941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing eGUI with ssd1963 and tsc2046-touch driver. Do you have tsc2046 driver is suitable with eGUI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vu Phung&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 11:58:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198659#M1941</guid>
      <dc:creator>VuPhung</dc:creator>
      <dc:date>2013-02-20T11:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198660#M1942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have only used the adc interface for touch.&amp;nbsp; Maybe the egui devs are planning on adding support for spi touch controllers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 14:03:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198660#M1942</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2013-02-28T14:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI ssd1963 driver</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198661#M1943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry to re-open this subject but I have a question about the driver for the SSD1963. It's compatible with every size of display or just for the 7" ?&lt;/P&gt;&lt;P&gt;If not, could you explain which part of code I need to modify for a 4.3" display ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm french and my english is not really good so I apologize for the form of sentence !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 11:21:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/eGUI-ssd1963-driver/m-p/198661#M1943</guid>
      <dc:creator>joelesco</dc:creator>
      <dc:date>2013-09-25T11:21:18Z</dc:date>
    </item>
  </channel>
</rss>

