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-08 09:24 PM
I tried with Noto Serif and ipaexg as well but, still I am getting the fallback Character(i.e. "?" in the display).should I do something related to MPU config...? I am using STM32H750VB microcontroller...
2021-06-09 01:02 AM
This is very strange that it does not work properly on your side. But this is not linked to the MPU. Does it work if you run the simulator ? If yes then it would be linked to where the fonts are stored and accessed in your project.
By the way, have you checked like I wrote the T icon in the first Japanese message under the EN tab to make sure it is using the right font ?
/Romain
2021-06-09 02:25 AM
In the simulator It is working fine....(T icon thing(you are mentioning typed text prefix?).If yes means I have included it in my code.
But in my display I am getting Fallback character. Anyother thing am I missing...?
2021-06-09 11:33 PM
That T icon will let you select the font for that text, I want to make sure you are actually using the fonts handling japanese.
/Romain
2021-06-09 11:43 PM
What is T icon sir? Any screen shots of it. If possible
2021-06-10 12:08 AM
Yes I have done that...
2021-06-10 04:11 AM
This one. In my previous screenshot you can see the menu it will open./Romain
2021-06-10 04:26 AM
Yes That one also I made to IPAexg but still in the display I am getting fallback Character.
2021-06-10 06:39 AM
Can you share your project so that we can have a better look ? It is very weird that it works fine on the simulator but not on target. Could you do a full erase of the chip and rebuild the project ?
/Romain
2021-06-11 05:15 AM