Update ui_scanner.hpp

This commit is contained in:
eried 2020-06-07 04:33:47 +02:00
parent b2286eec7e
commit 81d5ac4923

View File

@ -73,9 +73,9 @@ private:
freqman_db database { }; freqman_db database { };
Labels labels { Labels labels {
{ { 0 * 8, 0 * 16 }, "LNA: VGA: AMP: VOL:", Color::light_grey() }, { { 0 * 8, 0 * 16 }, "LNA: TRIGGER: /99 VOL:", Color::light_grey() },
{ { 0 * 8, 1 * 16 }, "BW: TR: /99 SQ: /99 WT:", Color::light_grey() }, { { 0 * 8, 1 * 16 }, "VGA: SQUELCH: /99 AMP:", Color::light_grey() },
{ { 0 * 8, 3 * 16 }, "Work in progress!", Color::light_grey() } { { 0 * 8, 2 * 16 }, " BW: WAIT:", Color::light_grey() },
}; };
LNAGainField field_lna { LNAGainField field_lna {
@ -83,15 +83,15 @@ private:
}; };
VGAGainField field_vga { VGAGainField field_vga {
{ 11 * 8, 0 * 16 } { 4 * 8, 1 * 16 }
}; };
RFAmpField field_rf_amp { RFAmpField field_rf_amp {
{ 18 * 8, 0 * 16 } { 28 * 8, 1 * 16 }
}; };
NumberField field_volume { NumberField field_volume {
{ 24 * 8, 0 * 16 }, { 28 * 8, 0 * 16 },
2, 2,
{ 0, 99 }, { 0, 99 },
1, 1,
@ -99,7 +99,7 @@ private:
}; };
OptionsField field_bw { OptionsField field_bw {
{ 3 * 8, 1 * 16 }, { 4 * 8, 2 * 16 },
3, 3,
{ {
{ "8k5", 0 }, { "8k5", 0 },
@ -109,7 +109,7 @@ private:
}; };
NumberField field_trigger { NumberField field_trigger {
{ 10 * 8, 1 * 16 }, { 16 * 8, 0 * 16 },
2, 2,
{ 0, 99 }, { 0, 99 },
1, 1,
@ -117,7 +117,7 @@ private:
}; };
NumberField field_squelch { NumberField field_squelch {
{ 19 * 8, 1 * 16 }, { 16 * 8, 1 * 16 },
2, 2,
{ 0, 99 }, { 0, 99 },
1, 1,
@ -125,7 +125,7 @@ private:
}; };
NumberField field_wait { NumberField field_wait {
{ 28 * 8, 1 * 16 }, { 16 * 8, 2 * 16 },
2, 2,
{ 0, 99 }, { 0, 99 },
1, 1,