Currently the last digit on NAV mode is not cleared in NAV mode, as NAV frequencies are NNN.NN and not NNN.NNN like COM frequencies with 8.33kHz spacing, and you need to pad the NAV frequency value before sending it to the display, or the old last digit of the COM frequency will be left on the screen when you switch to NAV mode.
Adding a trailing space with padding does not seem to work, maybe the value gets converted to a number at some point and the last space is being lost.
Currently the last digit on NAV mode is not cleared in NAV mode, as NAV frequencies are NNN.NN and not NNN.NNN like COM frequencies with 8.33kHz spacing, and you need to pad the NAV frequency value before sending it to the display, or the old last digit of the COM frequency will be left on the screen when you switch to NAV mode.
Adding a trailing space with padding does not seem to work, maybe the value gets converted to a number at some point and the last space is being lost.