Replies: 2 comments 2 replies
-
|
B&W Is it going to be in Chinese? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
No. B&W radios do not have enough FLASH memory to store a CN font. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on stm32f407vgt6 , oled(128*64),SSD1309
makefile
set(PCB "X7" CACHE STRING "Radio type, one of: ${PCB_TYPES}")
set_property(CACHE PCB PROPERTY STRINGS ${PCB_TYPES})
set(TRANSLATIONS "CN" CACHE STRING "Radio language, one of: ${RADIO_LANGUAGES}")
set_property(CACHE TRANSLATIONS PROPERTY STRINGS ${RADIO_LANGUAGES})
set(DEFAULT_MODE "" CACHE STRING "Default sticks mode")
set(POPUP_LEVEL 2 CACHE STRING "Popup level")
set(GUI_DIR 128x64)
set(BITMAPS_DIR 128x64)
set(BITMAPS_TARGET 9x_bitmaps)
set(FONTS_TARGET 9x_fonts_1bit)
The UI can not display normal. how to solve this problem!
Beta Was this translation helpful? Give feedback.
All reactions