<?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のトピックAbout CSC(Color Space Conversion) in eLCDIF / i.MX8M</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/About-CSC-Color-Space-Conversion-in-eLCDIF-i-MX8M/m-p/1212957#M167883</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Our product uses MIPI-LCD via eLCDIF.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;We see slight color deviation depending on the type of LCD panel.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;According to the reference manual, it seems that the CSC of eLCDIF can be used.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;However, I couldn't find the implementation in the current BSP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I would like to set the coefficients in the LCDIF_CSC_COEFF0 ~ LCDIF_CSC_COEFF4 registers, so please tell me the calculation formula for deriving the coefficient.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 07:05:13 GMT</pubDate>
    <dc:creator>george</dc:creator>
    <dc:date>2021-01-18T07:05:13Z</dc:date>
    <item>
      <title>About CSC(Color Space Conversion) in eLCDIF / i.MX8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-CSC-Color-Space-Conversion-in-eLCDIF-i-MX8M/m-p/1212957#M167883</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Our product uses MIPI-LCD via eLCDIF.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;We see slight color deviation depending on the type of LCD panel.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;According to the reference manual, it seems that the CSC of eLCDIF can be used.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;However, I couldn't find the implementation in the current BSP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I would like to set the coefficients in the LCDIF_CSC_COEFF0 ~ LCDIF_CSC_COEFF4 registers, so please tell me the calculation formula for deriving the coefficient.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 07:05:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-CSC-Color-Space-Conversion-in-eLCDIF-i-MX8M/m-p/1212957#M167883</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2021-01-18T07:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: About CSC(Color Space Conversion) in eLCDIF / i.MX8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-CSC-Color-Space-Conversion-in-eLCDIF-i-MX8M/m-p/1213130#M167897</link>
      <description>&lt;P&gt;These registers are described in chapters 13.2.5.18 to 13.2.5.22 "RGB to YCbCr 4:2:2 CSC Coefficient&lt;EM&gt;X&lt;/EM&gt; Register (LCDIF_CSC_COEFF&lt;EM&gt;X&lt;/EM&gt;)" of i.MX 8M Reference Manual.&lt;BR /&gt;And there you can find calculation formula.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 07:56:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-CSC-Color-Space-Conversion-in-eLCDIF-i-MX8M/m-p/1213130#M167897</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2021-01-18T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: About CSC(Color Space Conversion) in eLCDIF / i.MX8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-CSC-Color-Space-Conversion-in-eLCDIF-i-MX8M/m-p/1213139#M167900</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59975"&gt;@b36401&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I apologize for not looking closely at RM.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;As you say, I found a description of the formula in each register description.&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 08:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-CSC-Color-Space-Conversion-in-eLCDIF-i-MX8M/m-p/1213139#M167900</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2021-01-18T08:16:21Z</dc:date>
    </item>
  </channel>
</rss>

