cancel
Showing results for 
Search instead for 
Did you mean: 

Japanese text problem.

RG.3
Associate III

I have tried with Noto Sans, ipaexg, NotoSerifCJKjp-Medium. But still I am getting fallback character. I am using STM32H750VB. Can you please help how to fix this issue.

0693W00000Ba4xJQAR.jpg0693W00000Ba4y1QAB.png0693W00000Ba4xcQAB.png

20 REPLIES 20
RG.3
Associate III

Problem Solved:

I was using Unicode::snprintf(textBuffer, BUFFER_LENGTH, "%s", TypedText(LCD_screen->templatesss.menu.items_text_id[i]).getText())

I replaced it with text.setTypedText(TypedText(LCD_screen->templatesss.menu.items_text_id[i])); it is working fine now.

Thanks for your help