What is the resolution of MCIMX28LCD module?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

What is the resolution of MCIMX28LCD module?

跳至解决方案
879 次查看
chunei
Contributor I

I bought this module and could never find what is the resolution. There is place show WVGA that means 800*480 or 854*480. I also saw WQVGA and I assume it means 480*272 or xxx.

Does anyone know its resolution?

Thanks,

Chu

标签 (2)
0 项奖励
1 解答
737 次查看
gonfer
Contributor V

Hi Chu,

The resolution of MCIMX28LCD is 800x480.

root@freescale ~$ fbset

mode "800x480-92"

        # D: 50.000 MHz, H: 50.403 kHz, V: 92.314 Hz

        geometry 800 480 800 480 32

        timings 20000 64 64 32 32 64 2

        accel false

        rgba 8/16,8/8,8/0,0/0

endmode

root@freescale ~$

Best regards,

Gonzalo.

在原帖中查看解决方案

0 项奖励
2 回复数
737 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Chu

Yes this is correct (as mentioned in RM and linux sources),

that the i.MX28 is able to drive LCD panel up to 800x480

resolution at 60Hz. Since both pixel pipeline and LCDIF do not impose any hard

maximum limit to 800x480, in general higher resolution LCD panel is allowed.

However, we do not recommend driving any panel with higher resolution than

800x480 due to limited internal bus bandwidth. In theory it is possible to run at a

higher resolution at lower frame rate (800x600 @ 48Hz is the same number of

pixels/sec as 800x480 @ 60Hz).

Best regards

chip

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

738 次查看
gonfer
Contributor V

Hi Chu,

The resolution of MCIMX28LCD is 800x480.

root@freescale ~$ fbset

mode "800x480-92"

        # D: 50.000 MHz, H: 50.403 kHz, V: 92.314 Hz

        geometry 800 480 800 480 32

        timings 20000 64 64 32 32 64 2

        accel false

        rgba 8/16,8/8,8/0,0/0

endmode

root@freescale ~$

Best regards,

Gonzalo.

0 项奖励