cairo_set_font_size(cr, DISPLAY_FONT_SIZE3);
if(transmitter->fwd<0.0001) {
- sprintf(text,"FWD %0.3f",transmitter->exciter);
+ sprintf(text,"FWD %0.3f W",transmitter->exciter);
} else {
static int max_count=0;
static double max_level=0.0;
cairo_move_to(cr,10,30);
cairo_show_text(cr, text);
- sprintf(text,"ALC %2.1f",transmitter->alc);
+ sprintf(text,"ALC %2.1f dB",transmitter->alc);
cairo_move_to(cr,10,45);
cairo_show_text(cr, text);
cairo_move_to(cr, 160.0, 30.0);
cairo_show_text(cr, text);
-
if (tx_fifo_overrun || tx_fifo_underrun) {
cairo_set_source_rgb(cr,1.0,0.0,0.0);
if (tx_fifo_underrun) {