<?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>topic interfacing SSD1963 LCD with imx6ul in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1644396#M205223</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;we are using a LCD display with SSD1963 as LCD controller and TSC2046 as a touch controller. We are trying to interface this LCD with imx6ul board. kindly let us know,how we can proceed further on this interface testing.&lt;/P&gt;&lt;P&gt;we have found the linux driver for the LCD controller used.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/sirinsoftware/lcd-drivers/blob/master/ssd1963.c" target="_blank"&gt;https://github.com/sirinsoftware/lcd-drivers/blob/master/ssd1963.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But, how can we connect the LCD display with the board and configure the drivers to test it with a sample Qt example.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali Chikkanna&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 07:24:32 GMT</pubDate>
    <dc:creator>MuraliC</dc:creator>
    <dc:date>2023-05-04T07:24:32Z</dc:date>
    <item>
      <title>interfacing SSD1963 LCD with imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1644396#M205223</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;we are using a LCD display with SSD1963 as LCD controller and TSC2046 as a touch controller. We are trying to interface this LCD with imx6ul board. kindly let us know,how we can proceed further on this interface testing.&lt;/P&gt;&lt;P&gt;we have found the linux driver for the LCD controller used.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/sirinsoftware/lcd-drivers/blob/master/ssd1963.c" target="_blank"&gt;https://github.com/sirinsoftware/lcd-drivers/blob/master/ssd1963.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But, how can we connect the LCD display with the board and configure the drivers to test it with a sample Qt example.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali Chikkanna&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 07:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1644396#M205223</guid>
      <dc:creator>MuraliC</dc:creator>
      <dc:date>2023-05-04T07:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: interfacing SSD1963 LCD with imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1645293#M205312</link>
      <description>&lt;P&gt;pls refer to the link as below:&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://community.nxp.com/t5/i-MX-Processors/i-MX6ULL-4-3-quot-LCD/m-p/1569140&amp;quot;" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/i-MX6ULL-4-3-quot-LCD/m-p/1569140"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Patch-to-support-MPU-8080-LCD-on-iMX6UL-and-iMX7D/ta-p/1121531&amp;quot;" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Patch-to-support-MPU-8080-LCD-on-iMX6UL-and-iMX7D/ta-p/1121531"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 07:35:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1645293#M205312</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-05-05T07:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: interfacing SSD1963 LCD with imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1655708#M206366</link>
      <description>&lt;P&gt;Hi joanxie,&lt;/P&gt;&lt;P&gt;Thanks for the reply and sorry for the late response. I have gone through the links referred by you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the LCD from united Display and the datasheet is attached for your Reference. The LCD works on Single Port LVDS Signals. But the Imx6ul EVK Board Supports Parallel Interface for LCD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;we can't test the united display LCD with imx6ul EVK Board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Questions are:&lt;/P&gt;&lt;P&gt;1. Do imx6ul Processor supports LVDS interface to connect the LCD.&amp;nbsp;if yes, what needs to be modified in the device tree file.&lt;/P&gt;&lt;P&gt;2. Is the parallel interface signals have PinMUX So that we can change the those signals to LVDS in the device tree or the Pins are dedicated only to parallel Interface.&lt;/P&gt;&lt;P&gt;3. How can we test the attached display on imx6ul EVK Board.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali Chikkanna&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 12:10:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1655708#M206366</guid>
      <dc:creator>MuraliC</dc:creator>
      <dc:date>2023-05-23T12:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: interfacing SSD1963 LCD with imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1658130#M206610</link>
      <description>&lt;P&gt;i.mx6ul couldn't support lvds directly, maybe you need to add converter if you need to connect lvds lcd display&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 06:34:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/interfacing-SSD1963-LCD-with-imx6ul/m-p/1658130#M206610</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-05-26T06:34:35Z</dc:date>
    </item>
  </channel>
</rss>

