Does LCD-PAR-S035 public reference manual document

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

Does LCD-PAR-S035 public reference manual document

跳至解决方案
87 次查看
phuongnguyen1
Contributor I

Hi all,

I am starting a project using  LCD-PAR-S035 board for ui. Since i use different mcu platform so i am looking for a reference manual document or technical document about this LCD board,

Does anyone know where i can find the detailed documetion , such as the controller type, initialize sequence or SPI command definition,

Thanks in advance!

标记 (1)
0 项奖励
回复
1 解答
34 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @phuongnguyen1 

I think you can refer to the 

Official NXP Product Page
Includes product overview, supported MCUs, and design files:

LCD-PAR-S035 | NXP Semiconductors

Since the LCD uses the ST7796 controller, 

About initialization code.

I think  you can refer to the FRDM_MCXN947

SDK demo frdmmcxn947_lvgl_guider_bm_cm33_core0

status = ST7796S_Init(&lcdHandle, &st7796sConfig, &g_dbiFlexioEdmaXferOps, &g_dbiFlexioXferHandle);

Harry_Zhang_0-1760408212714.png

BR

Harry

在原帖中查看解决方案

0 项奖励
回复
1 回复
35 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @phuongnguyen1 

I think you can refer to the 

Official NXP Product Page
Includes product overview, supported MCUs, and design files:

LCD-PAR-S035 | NXP Semiconductors

Since the LCD uses the ST7796 controller, 

About initialization code.

I think  you can refer to the FRDM_MCXN947

SDK demo frdmmcxn947_lvgl_guider_bm_cm33_core0

status = ST7796S_Init(&lcdHandle, &st7796sConfig, &g_dbiFlexioEdmaXferOps, &g_dbiFlexioXferHandle);

Harry_Zhang_0-1760408212714.png

BR

Harry

0 项奖励
回复