Hello Champs,
SOC:TDA2SX
SDK:SDK3.07
How to configure the link to support dual LCD display, LCD1: RGB24 and LCD2: BT565?
Thanks.
Rgds
Shine
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Shine,
Can you check the API ChainsCommon_DualDisplay_StartDisplayCtrl in the file vision_sdk\apps\src\rtos\usecases\common\chains_common.c? This API enables two outputs from DSS, HDMI and LDC1 and both outputs are configured to RGB24 output. You could update this API for RGB24 and RGB16 output format and also set the different LCD outputs.. Then you could call this API from your usecase?
Can you please check if this helps?
Regards,
Brijesh