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.

ezdsp5535 LCD function

I'm new to TI DSP development. Still learning. I'm playing with an example project lcd-osd9616. There are several functions I don't understand completely. Can I find their documentation somewhere? The followings are copied from ezdsp5535_lcd.h, but I can't find no other detail. Somebody help! Thanks.

 Int16 EZDSP5535_OSD9616_send( Uint16 comdat, Uint16 data );
 Int16 EZDSP5535_OSD9616_multiSend( Uint16* data, Uint16 len );
 Int16 EZDSP5535_OSD9616_printLetter(Uint16 l1,Uint16 l2,Uint16 l3,Uint16 l4);
 Int16 EZDSP5535_OSD9616_init( );


Thanks,

LG