projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0426b67
)
VFO top left corner text correction from John
author
c vw
<dl1ycf@darc.de>
Fri, 31 Jan 2020 09:43:40 +0000
(10:43 +0100)
committer
c vw
<dl1ycf@darc.de>
Fri, 31 Jan 2020 09:43:40 +0000
(10:43 +0100)
vfo.c
patch
|
blob
|
history
diff --git
a/vfo.c
b/vfo.c
index adf3b15c31a84cf80edae40146798a21365de9dc..f83cf67bfa23ffbf9fc890175d0e4cd45f9e484e 100644
(file)
--- 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