travisgoodspeed / md380tools

Python tools and patched firmware for the TYT-MD380
805 stars 244 forks source link

replacement-font-big: Wrong address for letter "O" and number "0" #807

Open JanMali opened 7 years ago

JanMali commented 7 years ago

Hi,

i'm working on a replacement-font in "motorola-style". I have noticed that the address 0x806ec00 for the letter "O" appears to be the digit "0". The address of the digit "0" doesn't seem to affect any letter / number. The letter "O" is therefore not changeable.

Regards Jan

travisgoodspeed commented 7 years ago

@JanMali I believe that the addresses are vestigial (from our initial port to firmware 2.032) and that the checksum and length are used to identify the character.

Any luck with a patch to fix this issue?