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.
when I am rotating the text by 270 in setup screen() . From the handleTickEvent I am changing the wildcard text as well as I am also changing the position height and width though I am getting text but it is grainy...not clear(I have included invalida...
THis is the message I am getting in the consolearm-none-eabi-gcc -o "743IStandby.elf" @"objects.list" -mcpu=cortex-m7 -T"C:\Users\SESA566532\Desktop\st_Learning\Mastering_Stm32\743IStandby\STM32H743XIHX_FLASH.ld" --specs=nosys.specs -Wl,-Map="743ISt...
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 wor...