Dear Sir,
I want to display different languages on LCD display . I have gone through many post and the document of the graphic library but all are confusing.
I uses the String table method.
So i made .csv as per lang_demo project and did the same perfectly i made .c and .h by using the mkstringtable and it did perfectly as per lang_demo project.
now i use the functions
GrStringTableSet, GrLanguageSet, GrStringGet
it rendered the English language correctly,
But when i change the Chinese lang then it shows (.) Dots instead of the fonts of Chinese as per .csv
How Could i render the Chinese fonts or korean fonts in my LCD please suggest me the solution.
// // Set the string table. // GrStringTableSet(pucTablestrings); // // Set the current language to English(US). // GrLanguageSet(GrLangEnUS);