From: John Melton G0ORX Date: Thu, 30 Jan 2020 18:05:30 +0000 (+0000) Subject: Fix mode display in vfo X-Git-Url: https://git.rkrishnan.org/Site/listings/$sch_link?a=commitdiff_plain;h=bf68186cbde5a0cf73eb62e50db653b74edca9eb;p=pihpsdr.git Fix mode display in vfo --- diff --git a/vfo.c b/vfo.c index fd631fe..2629d5e 100644 --- a/vfo.c +++ b/vfo.c @@ -850,6 +850,9 @@ void vfo_update() { sprintf(temp_text,"%s %s",mode_string[vfo[id].mode],band_filter->title); break; } + cairo_set_font_size(cr, 12); + cairo_set_source_rgb(cr, 1.0, 1.0, 0.0); + cairo_move_to(cr, 5, 15); cairo_show_text(cr, temp_text); // In what follows, we want to display the VFO frequency