amnemonic / Quansheng_UV-K5_Firmware

Quansheng UV-K5 Firmware
620 stars 124 forks source link

Font and graphics address for V3 firmware #67

Closed tywtyw2002 closed 10 months ago

tywtyw2002 commented 11 months ago

The V3 firmware add support for Chinese, so the Font and graphics address is changed.

Here are the font & graphic address. (Tested with k5_V3.00.10_encrypted_18to1300MHz.bin)

Addr Length Section Note
0x0000CED0 434 Misc symbols 62 Characters, 7 bytes Each.
0x0000D082 286 Big digits 11 Characters, 26 bytes Each
0x0000D1A0 77 Small digits 11 Characters, 7 bytes Each
0x0000D1ED 1316 Full alphabet 94 characters, 14 bytes each
0x0000D711 3718 Chinese characters 143 characters, 26 bytes each

Updated extract script https://gist.github.com/tywtyw2002/fc90f8f8305120c42973d30868ed227e

amnemonic commented 10 months ago

Added script with commit 5a5541b