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.

Compiler/TDA2SX: support vga display

Part Number: TDA2SX

Tool/software: TI C/C++ Compiler

HI  dear Tier,

I am working on tda2sx , vsdk 3.5.  A 15 works on linux.

My device has only vga display output,

chains_nullSrc only supports hdmi output, Can you give me some advice to support vga output.

 typedef enum {
     CHAINS_DISPLAY_TYPE_HDMI_720P,
     /**< Output displayed on HDMI in 720P resolution */
     CHAINS_DISPLAY_TYPE_HDMI_1080P,
     /**< Output displayed on HDMI in 1080P resolution */
 } Chains_DisplayType;

Thanks!