<?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>i.MX ProcessorsのトピックRe: IMX6 Sololite - Display interface</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326453#M43876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. From the comment, my understanding is, MPU 8bit LCDIF mode can be used only with smart LCD display if the moving picture (video) need to be display. Is it correct ? Currently in our design, MPU 8bit LCDIF mode is not connected to smart display. In this case, is there any possible way to run the moving picture in this display (2MP/30fps camera -&amp;gt; 240x240 display ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Vijayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 06:07:11 GMT</pubDate>
    <dc:creator>vijayan</dc:creator>
    <dc:date>2014-10-16T06:07:11Z</dc:date>
    <item>
      <title>IMX6 Sololite - Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326451#M43874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;In our design,&amp;nbsp; We have 2MP/ 30 fps camera module connected to the imx6 using CSI 10 bit interface. Also,a 240x 240 resolution LCD is connected to the processor through 8 bit MPU LCDIF mode. But in the imx6 reference manual page-833, it is said that, the moving picture is not supported under MPU mode LCDIF interface. From my understanding, if the video from the camera would be scaled down to the LCD resolution @ lower bandwidth (through pixel pipeline ?) and then fed to the LCDIF through MPU mode at modest data rate. Can anyone please confirm, whether above design implementation through this imx6 sololite processor is possible/ will work ? Or share the comments on conflicts on above implementation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;BR /&gt;Vijayan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:38:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326451#M43874</guid>
      <dc:creator>vijayan</dc:creator>
      <dc:date>2014-10-15T10:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 Sololite - Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326452#M43875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;description "moving picture is not supported under MPU" just means&lt;/P&gt;&lt;P&gt;usage of smart (with intarnal memory and refreshing) LCDs. That is i.MX6&lt;/P&gt;&lt;P&gt;does not refresh image, LCD holds last written image and refresh it internally.&lt;/P&gt;&lt;P&gt;That means that in program you should refresh it sending commands with new image&lt;/P&gt;&lt;P&gt;from i.MX to LCD, I think that 30fps (once per 30ms) is quite feasible task&lt;/P&gt;&lt;P&gt;for i.MX6SL (having LCD port up to 225 Mpixels/sec &lt;A href="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6SLCEC.pdf?fasp=1&amp;amp;WT_TYPE=Data%20Sheets&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;IMX6SLCEC&lt;/A&gt;&amp;nbsp; p.5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:58:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326452#M43875</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-10-15T10:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 Sololite - Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326453#M43876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. From the comment, my understanding is, MPU 8bit LCDIF mode can be used only with smart LCD display if the moving picture (video) need to be display. Is it correct ? Currently in our design, MPU 8bit LCDIF mode is not connected to smart display. In this case, is there any possible way to run the moving picture in this display (2MP/30fps camera -&amp;gt; 240x240 display ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Vijayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326453#M43876</guid>
      <dc:creator>vijayan</dc:creator>
      <dc:date>2014-10-16T06:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 Sololite - Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326454#M43877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by definition MPU LCDIF mode is controlled by software, not matter what LCD&lt;/P&gt;&lt;P&gt;is connected to it. Usually it is smart LCDs. One can display moving picture&lt;/P&gt;&lt;P&gt;refreshing LCD image from LCDIF, sending appropriate commands to LCD with necessary&lt;/P&gt;&lt;P&gt;frequency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Sololite-Display-interface/m-p/326454#M43877</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-10-16T06:52:12Z</dc:date>
    </item>
  </channel>
</rss>

