Skip to content
Snippets Groups Projects
Commit 7426c7a7 authored by eried's avatar eried
Browse files

Update ui_scanner.hpp

parent 4d839ea4
No related branches found
No related tags found
No related merge requests found
......@@ -73,9 +73,9 @@ private:
freqman_db database { };
Labels labels {
{ { 0 * 8, 0 * 16 }, "LNA: VGA: AMP: VOL:", Color::light_grey() },
{ { 0 * 8, 1 * 16 }, "BW: TR: /99 SQ: /99 WT:", Color::light_grey() },
{ { 0 * 8, 3 * 16 }, "Work in progress!", Color::light_grey() }
{ { 0 * 8, 0 * 16 }, "LNA: TRIGGER: /99 VOL:", Color::light_grey() },
{ { 0 * 8, 1 * 16 }, "VGA: SQUELCH: /99 AMP:", Color::light_grey() },
{ { 0 * 8, 2 * 16 }, " BW: WAIT:", Color::light_grey() },
};
LNAGainField field_lna {
......@@ -83,15 +83,15 @@ private:
};
VGAGainField field_vga {
{ 11 * 8, 0 * 16 }
{ 4 * 8, 1 * 16 }
};
RFAmpField field_rf_amp {
{ 18 * 8, 0 * 16 }
{ 28 * 8, 1 * 16 }
};
NumberField field_volume {
{ 24 * 8, 0 * 16 },
{ 28 * 8, 0 * 16 },
2,
{ 0, 99 },
1,
......@@ -99,7 +99,7 @@ private:
};
OptionsField field_bw {
{ 3 * 8, 1 * 16 },
{ 4 * 8, 2 * 16 },
3,
{
{ "8k5", 0 },
......@@ -109,7 +109,7 @@ private:
};
NumberField field_trigger {
{ 10 * 8, 1 * 16 },
{ 16 * 8, 0 * 16 },
2,
{ 0, 99 },
1,
......@@ -117,7 +117,7 @@ private:
};
NumberField field_squelch {
{ 19 * 8, 1 * 16 },
{ 16 * 8, 1 * 16 },
2,
{ 0, 99 },
1,
......@@ -125,7 +125,7 @@ private:
};
NumberField field_wait {
{ 28 * 8, 1 * 16 },
{ 16 * 8, 2 * 16 },
2,
{ 0, 99 },
1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment