From: Ramakrishnan Muthukrishnan Date: Sun, 21 Aug 2022 16:50:25 +0000 (+0530) Subject: VFO: render the step digit and the rest of digits with smaller size X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/$top_link?a=commitdiff_plain;h=fa25410023bedcb986ca57a382ede0ef023a08db;p=pihpsdr.git VFO: render the step digit and the rest of digits with smaller size --- diff --git a/vfo.c b/vfo.c index 7e3d409..50e9ea4 100644 --- a/vfo.c +++ b/vfo.c @@ -1054,6 +1054,7 @@ void vfo_update() { cairo_set_source_rgb(cr, 0.0, 1.0, 0.0); cairo_show_text(cr, vfo_texts[0]); // show the step digit in white + cairo_set_font_size(cr, 50); cairo_set_source_rgb(cr, 1.0, 1.0, 1.0); cairo_show_text(cr, vfo_texts[1]); cairo_set_source_rgb(cr, 0.0, 1.0, 0.0);