<?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 Re: i.MX53 and NHD 4.3 24bit problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288280#M34420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Toxic ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Would you like to share your schematic and LCD datasheet ? If ok , Send it to me : &lt;A href="mailto:Weidong.sun@freescale.com"&gt;Weidong.sun@freescale.com&lt;/A&gt; ,Let me see it .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2013 02:34:34 GMT</pubDate>
    <dc:creator>weidong_sun</dc:creator>
    <dc:date>2013-03-12T02:34:34Z</dc:date>
    <item>
      <title>i.MX53 and NHD 4.3 24bit problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288277#M34417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im trying to connect NHD-4.3-480272EF-ATXL-T panel to i.MX53 QSB.&lt;/P&gt;&lt;P&gt;Im using Android r10.2 from Adeneo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added it to imx53_loco.c board file, as below:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;static struct fb_videomode video_modes[] = {&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/* 272x480 @ 60 Hz , pixel clk @ 9MHz */&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;"NHD-4.3-480272EF", &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vsync cycle:*/ 60,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal display period:*/ 480, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical display period:*/ 272, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Clock [1/Hz]:*/ 111111, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal back porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal front porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical back porch:*/ 2,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical front porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal pulse width:*/ 41, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical pulse width:*/ 10,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;0,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;FB_VMODE_NONINTERLACED,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;0,},&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and changed :&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;static struct mxc_fb_platform_data fb_data[] = {&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.interface_pix_fmt = IPU_PIX_FMT_RGB24,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.mode_str = "NHD-4.3-480272EF",&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.mode = video_modes,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.num_modes = ARRAY_SIZE(video_modes),&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;},&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.interface_pix_fmt = IPU_PIX_FMT_GBR24,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.mode_str = "SXGA",&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.mode = video_modes,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.num_modes = ARRAY_SIZE(video_modes),&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;},&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;};&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added mxc_ts touch screen module to kernel and changed BoardConfig.mk to use it during calibration.&lt;/P&gt;&lt;P&gt;All is working, touchscreen calibration is good, display is good, except bits per pixel. It have only 16 bits per pixel, but hardware supports 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed default_bpp in UBOOT /drivers/video/mxc_ipuv3_fb.c, i also tried to change bootargs_android during boot to:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;setenv bootargs_android 'setenv bootargs ${bootargs} init=/init androidboot.console=ttymxc0 gpu_nommu,gpu_memory=64M video=mxcdi0fb:RGB24,480x272M@60,bpp=32&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it didnt worked. &lt;/P&gt;&lt;P&gt;How to enable 24 bit support for this kind of screen? &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 07:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288277#M34417</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-03-08T07:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX53 and NHD 4.3 24bit problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288278#M34418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Taxic,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like the following,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(1)add new video mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static struct fb_videomode video_modes[] = {&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* 800x480 @ 57 Hz , pixel clk @ 27MHz */&lt;/P&gt;&lt;P&gt;&amp;nbsp; "CLAA-WVGA", 57, 800, 480, 37037, 40, 60, 10, 10, 20, 10,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_SYNC_CLK_LAT_FALL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0,},&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; /* 800x480 @ 60 Hz , pixel clk @ 32MHz */&lt;/P&gt;&lt;P&gt; "SEIKO-WVGA", 60, 800, 480, 29850, 89, 164, 23, 10, 10, 10,&lt;/P&gt;&lt;P&gt; FB_SYNC_CLK_LAT_FALL,&lt;/P&gt;&lt;P&gt; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt; 0,},&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; /* 1600x1200 @ 60 Hz 162M pixel clk*/&lt;/P&gt;&lt;P&gt; "UXGA", 60, 1600, 1200, 6172,&lt;/P&gt;&lt;P&gt; 304, 64,&lt;/P&gt;&lt;P&gt; 1, 46,&lt;/P&gt;&lt;P&gt; 192, 3,&lt;/P&gt;&lt;P&gt; FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT,&lt;/P&gt;&lt;P&gt; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt; 0,},&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/* 272x480 @ 60 Hz , pixel clk @ 9MHz */&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;"NHD", &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vsync cycle:*/ 60,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal display period:*/ 480, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical display period:*/ 272, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Clock [1/Hz]:*/ 111111,&amp;nbsp;&amp;nbsp; /*&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Is it right ? it's unit should be picosencond , check it ,please&lt;/STRONG&gt;&lt;/SPAN&gt; !*/&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal back porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal front porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical back porch:*/ 2,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical front porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Horizontal pulse width:*/ 41, &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;/*Vertical pulse width:*/ 10,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;0,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;FB_VMODE_NONINTERLACED,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;0,},&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;};&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;(2) Connecting New LCD to DI0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static struct mxc_fb_platform_data fb_data[] = {&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; &lt;EM&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB24,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; .mode_str = "NHD",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; .mode = video_modes,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; .num_modes = ARRAY_SIZE(video_modes),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interface_pix_fmt = IPU_PIX_FMT_GBR24,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode_str = "VGA-WXGA+",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode = video_modes,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .num_modes = ARRAY_SIZE(video_modes),&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt; (3)Setting parameters in u-boot environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;u-boot&amp;gt; setevn bootargs console=ttymxc0 init=/init androidboot.console=ttymxc0 video=mxcdi0fb:RGB24,NHD,bpp=24 di0_primary gpu_memory=64M fbmem=10M pmem=32M,64M&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;u-boot&amp;gt;run bootcmd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Try to test above code,please !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Weidong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 14:10:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288278#M34418</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-03-08T14:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX53 and NHD 4.3 24bit problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288279#M34419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thanks for quick replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your solution, but it didn't worked. Screen is always 16bit&lt;/P&gt;&lt;P&gt;Your solution is quite similar to mine. You changed name of the lcd screen form "NHD-4.3-480272EF" to "NHD" and use this variable in uboot. I tried that, but without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i "cat /sys/class/graphics/fb0/bits_per_pixel" im always receiving 16, and on screen i see that pallete is not ok. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what i know, clock value should be ok. I have used this formula for calculating clock:&lt;/P&gt;&lt;P&gt;1[s] = 1 / 1[Hz] =&amp;gt; 1 [picosecond] = 10e6 * 1 / [Mhz].&lt;/P&gt;&lt;P&gt;NHD has 9Mhz frequency, Clock[picosecond] is 10e6 * 1 / 9 = 111111&amp;nbsp; &lt;/P&gt;&lt;P&gt;Similar for CLAA-WVGA, 27Mhz frequency, Clock[picosecond] is 10e6 * 1 / 27 = 37037,&lt;/P&gt;&lt;P&gt;This formula should be ok.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Toxic &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 09:24:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288279#M34419</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-03-11T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX53 and NHD 4.3 24bit problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288280#M34420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Toxic ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Would you like to share your schematic and LCD datasheet ? If ok , Send it to me : &lt;A href="mailto:Weidong.sun@freescale.com"&gt;Weidong.sun@freescale.com&lt;/A&gt; ,Let me see it .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 02:34:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288280#M34420</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-03-12T02:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX53 and NHD 4.3 24bit problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288281#M34421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have sent email with LCD datasheet and screens from device. Did you received it?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Toxic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 13:15:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288281#M34421</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-03-13T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX53 and NHD 4.3 24bit problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288282#M34422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Toxic,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have checked timing of LCD, your settings are correct. But I didn't find the reason why color space is 16bit , not 24bit.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 14:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288282#M34422</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-03-13T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX53 and NHD 4.3 24bit problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288283#M34423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Setting FB_SYNC_CLK_LAT_FALL solves the problem.&lt;/P&gt;&lt;P&gt;Correct, and working configuration for this screen is:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/* 272x480 @ 60 Hz , pixel clk @ 9MHz */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"NHD", &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Vsync cycle:*/ 60,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Horizontal display period:*/ 480, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Vertical display period:*/ 272, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Clock [1/Hz]:*/ 111111,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Horizontal back porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Horizontal front porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Vertical back porch:*/ 2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Vertical front porch:*/ 2, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Horizontal pulse width:*/ 41, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*Vertical pulse width:*/ 10,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; FB_SYNC_CLK_LAT_FALL ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FB_VMODE_NONINTERLACED,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0,},&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thank you for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Toxic &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 11:14:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX53-and-NHD-4-3-24bit-problem/m-p/288283#M34423</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-03-14T11:14:21Z</dc:date>
    </item>
  </channel>
</rss>

