How to connect different display to mimx1064EVK board

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

How to connect different display to mimx1064EVK board

636 次查看
shahmanishj
Senior Contributor II

Rocktech display works with some changes on LVGL_DEMO_WIDGETS sample example. We are trying to connect a different display with 640x480 display. I looked at the file - lvgl_support.c where clocks are configured in DEMO_InitLcdClock(). But, I am not sure how the constants are used for PLL, dividers etc. Can someone help here to explain?

标记 (1)
0 项奖励
回复
1 回复

630 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @shahmanishj ,

  You can refer to this application note:

https://www.nxp.com.cn/docs/en/application-note/AN12302.pdf

  When you use the new LCD, you need to check your LCD datasheet, find the related data:

kerryzhou_0-1656556795890.png

 

Then modify the code.

I recommend you test the LCD code at first in the SDK, eg:

SDK_2_11_1_EVK-MIMXRT1064\boards\evkmimxrt1064\driver_examples\elcdif

After the LCD works, then you can add to other LCD related project.

 

Wish it helps you!

Best Regards,

Kerry

0 项奖励
回复