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.

CCS/MSP-EXP430F5438: MSP430 : Graphic text on LCD with Variable value instead of contrant

Part Number: MSP-EXP430F5438


Tool/software: Code Composer Studio

Hi ,

I am working MSP-EXP430F5438 experimenter board.

I have learned to develop LCD , Audio and Timer code with Grlib and other example codes.

I was able to disaply graphic Images and Texts on LCD. Text displax with below finction.

Graphics_drawStringCentered(&g_sContext,"Welcome ",AUTO_STRING_LENGTH,69,27,TRANSPARENT_TEXT);

However, here the text is alway a constant like  "Welcome " in above function. I would like to Change the text depending on the data received over UART or ADC.

So, I will know what data has been recieved over UART or ADC. Or depending UART command/data, I would like to Display different text.

Please let me know if we can Change text as per my requriement.

 

Regards,

VR

**Attention** This is a public forum