<?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のトピックcustomized E-Ink panel support in epdc-test targetting imx6sl-evk + IMXEBOOKDC3</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/customized-E-Ink-panel-support-in-epdc-test-targetting-imx6sl/m-p/544401#M85653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up a system with imx6sl-evk + IMXEBOOKDC3 to test our own customerized E-Ink panel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that how to replace the original 6.0" E-Ink display with 9.7" display, we need change the linux boot environment which is described in thread: &lt;A href="https://community.nxp.com/docs/DOC-328663"&gt;connecting i.MX7D Sabre(MCIMX7SABRE) and E-INK panel(IMXEBOOKDC4)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot} epdc video=mxcepdcfb:E97_V110,bpp=16"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes sense because the "fb_videomode e97_v110_mode" struct is already defined in the mxc_epdc_fb.c driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However we now have a completely different customized panel, how to add its support and make the EPDC framebuffer driver unit test works with the new panel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At moment is the new panel's waveform is not available, does this matter? Can I only modify the driver code to make unit test cover the new resolution of our panel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any detailed instruction would be very appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Aug 2016 05:32:13 GMT</pubDate>
    <dc:creator>jeffsonxu</dc:creator>
    <dc:date>2016-08-21T05:32:13Z</dc:date>
    <item>
      <title>customized E-Ink panel support in epdc-test targetting imx6sl-evk + IMXEBOOKDC3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/customized-E-Ink-panel-support-in-epdc-test-targetting-imx6sl/m-p/544401#M85653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up a system with imx6sl-evk + IMXEBOOKDC3 to test our own customerized E-Ink panel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that how to replace the original 6.0" E-Ink display with 9.7" display, we need change the linux boot environment which is described in thread: &lt;A href="https://community.nxp.com/docs/DOC-328663"&gt;connecting i.MX7D Sabre(MCIMX7SABRE) and E-INK panel(IMXEBOOKDC4)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot} epdc video=mxcepdcfb:E97_V110,bpp=16"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes sense because the "fb_videomode e97_v110_mode" struct is already defined in the mxc_epdc_fb.c driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However we now have a completely different customized panel, how to add its support and make the EPDC framebuffer driver unit test works with the new panel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At moment is the new panel's waveform is not available, does this matter? Can I only modify the driver code to make unit test cover the new resolution of our panel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any detailed instruction would be very appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 05:32:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/customized-E-Ink-panel-support-in-epdc-test-targetting-imx6sl/m-p/544401#M85653</guid>
      <dc:creator>jeffsonxu</dc:creator>
      <dc:date>2016-08-21T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: customized E-Ink panel support in epdc-test targetting imx6sl-evk + IMXEBOOKDC3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/customized-E-Ink-panel-support-in-epdc-test-targetting-imx6sl/m-p/544402#M85654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to sect.10.3.4.2 Using a Custom Waveform File&lt;BR /&gt;attached Linux Manual.&lt;BR /&gt;As described on it waveform file specific to E Ink panel&lt;BR /&gt;should be used, new panel's waveform availability does matter.&lt;BR /&gt;Unfortunately conversion script is limited access, so to&lt;BR /&gt;obtain waveforms for custom epd please apply to local fae.&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>Wed, 24 Aug 2016 03:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/customized-E-Ink-panel-support-in-epdc-test-targetting-imx6sl/m-p/544402#M85654</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-24T03:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: customized E-Ink panel support in epdc-test targetting imx6sl-evk + IMXEBOOKDC3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/customized-E-Ink-panel-support-in-epdc-test-targetting-imx6sl/m-p/544403#M85655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The correct waveform is required for best optical quality of the EPD panel.&amp;nbsp; The basic waveform modes should work on any EPD panel but it may show ghosting and undesirable displayed images.&amp;nbsp; You should use the correct waveform for your EPD panel or at least use the waveforms from the same technology as your panel.&amp;nbsp; The E97_V110 waveform is for the Vizplex panels which is the very first E Ink panel produced.&amp;nbsp; It can be use to see if you can update the panel but should not be used for the long run.&amp;nbsp; It may damage your EPD panel due to over driving of the E Ink.&amp;nbsp; Please find out the technology of your panel first or ask E Ink for a suitable waveform for your panel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/customized-E-Ink-panel-support-in-epdc-test-targetting-imx6sl/m-p/544403#M85655</guid>
      <dc:creator>ManotSwasdee</dc:creator>
      <dc:date>2016-09-08T18:59:06Z</dc:date>
    </item>
  </channel>
</rss>

