projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c706e
)
VFO: render the step digit and the rest of digits with smaller size
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 21 Aug 2022 16:50:25 +0000
(22:20 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 21 Aug 2022 16:50:25 +0000
(22:20 +0530)
vfo.c
patch
|
blob
|
history
diff --git
a/vfo.c
b/vfo.c
index 7e3d409a62ef27029aee18bd6976a19ba1049dd4..50e9ea48f47c6786e4ba5ab692af160e9ebf3962 100644
(file)
--- 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);