df8oe / UHSDR

SDR firmware and bootloader with configuration files for use with Eclipse, EmBitz and Makefile
Other
358 stars 189 forks source link

in freedv mode the load indicator and the "ber" value (plus freedv text) does overlap #964

Closed DG9BFC closed 7 years ago

DG9BFC commented 7 years ago

title says it all ... load should be shifted upwards (below cmp box) in the same row as the agc and mode box

when switching freedv off (change mode) behind the load indicator there are some text fragments (some crap that is left over from freedv text)

df8oe commented 7 years ago

It cannot be shifted upwards because then it conflicts with RTC display. I think we simply remove the "load" indicator - there is no more space left on LCD.

db4ple commented 7 years ago

Hello Andreas, please just disable with #if 0 I will find another way to place this, it is an important debug tool.

df8oe commented 7 years ago

It is now conditionally enabled (if show_tp_coordinates is activated by pressing on "dB" on S-Meter when menu mode is active). We can also move freedv display to dsp-box because if digital modes are running DSP always is OFF - just an idea...

Fixed.