2021-06-04 12:33 AM
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.
Solved! Go to Solution.
2021-06-16 12:35 AM
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