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!
已解决! 转到解答。
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);
BR
Harry
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);
BR
Harry