Hi,
I am new using the Tivaware graphics library and I am looking to draw on the an LCD chinese strings.
Right now I am using the following
string s="hello";
usprintf(pcanvasText,"%s",s);
grStringDrawCentered(&sContext,&pcanvasText,-1,Xpose,Ypos,0);
This works fine for western characters, how can I make it for non-western characters. Can anyone help me
Thanks in advance,
Armando