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