<?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 LCD interface 16 bit RGB (split) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LCD-interface-16-bit-RGB-split/m-p/798185#M123456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have an LCD connected to Data0 (EIM_DA9) through to Data11 (EIM_EB0) and Data20 (EIM_D31) through to Data23 (EIM_D27). The pins&amp;nbsp;EIM_A17 (Data12) through to&amp;nbsp;EIM_A24(Data19) are connected to a camera interface.&lt;/P&gt;&lt;P&gt;We are sending data in RGB565 format. The ipu_disp.c we changed as follows (line867)&lt;/P&gt;&lt;P&gt;_ipu_dc_map_config(ipu, 3, 0, 4, 0xF8);&lt;BR /&gt; _ipu_dc_map_config(ipu, 3, 1, 10, 0xFC);&lt;BR /&gt; _ipu_dc_map_config(ipu, 3, 2, 23, 0xF0);&lt;/P&gt;&lt;P&gt;However we lose the lowest bit of the R-component as this has to be at a different offset than the high-bits of the R-component, since the camera interface splits up the R-component.&lt;/P&gt;&lt;P&gt;Is there a way (perhaps by&amp;nbsp;_ipu_dc_map_link()) to gain this "lost" lower-R-component-bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;We are using Linux kernel&amp;nbsp;3.14.52&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2018 05:19:03 GMT</pubDate>
    <dc:creator>reuelhaavrahami</dc:creator>
    <dc:date>2018-09-06T05:19:03Z</dc:date>
    <item>
      <title>LCD interface 16 bit RGB (split)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LCD-interface-16-bit-RGB-split/m-p/798185#M123456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have an LCD connected to Data0 (EIM_DA9) through to Data11 (EIM_EB0) and Data20 (EIM_D31) through to Data23 (EIM_D27). The pins&amp;nbsp;EIM_A17 (Data12) through to&amp;nbsp;EIM_A24(Data19) are connected to a camera interface.&lt;/P&gt;&lt;P&gt;We are sending data in RGB565 format. The ipu_disp.c we changed as follows (line867)&lt;/P&gt;&lt;P&gt;_ipu_dc_map_config(ipu, 3, 0, 4, 0xF8);&lt;BR /&gt; _ipu_dc_map_config(ipu, 3, 1, 10, 0xFC);&lt;BR /&gt; _ipu_dc_map_config(ipu, 3, 2, 23, 0xF0);&lt;/P&gt;&lt;P&gt;However we lose the lowest bit of the R-component as this has to be at a different offset than the high-bits of the R-component, since the camera interface splits up the R-component.&lt;/P&gt;&lt;P&gt;Is there a way (perhaps by&amp;nbsp;_ipu_dc_map_link()) to gain this "lost" lower-R-component-bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;We are using Linux kernel&amp;nbsp;3.14.52&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 05:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LCD-interface-16-bit-RGB-split/m-p/798185#M123456</guid>
      <dc:creator>reuelhaavrahami</dc:creator>
      <dc:date>2018-09-06T05:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: LCD interface 16 bit RGB (split)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LCD-interface-16-bit-RGB-split/m-p/798186#M123457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ipu mapping scheme one can look at&lt;/P&gt;&lt;P&gt;Figure 37-33. Example of Data Packing for Writing Data to the Display&lt;/P&gt;&lt;P&gt;i.MX6DQ Reference Manual, seems there is no way to configure it properly in splitting case&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Freference-manual%2FIMX6DQRM.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 23:20:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LCD-interface-16-bit-RGB-split/m-p/798186#M123457</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-06T23:20:26Z</dc:date>
    </item>
  </channel>
</rss>

