Changed squelch to left alligned.
This commit is contained in:
+16
-16
@@ -4074,7 +4074,7 @@ void BuildDisplay() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (showsquelch) tftPrint(0, "SQ:", 224, 145, ActiveColor, ActiveColorSmooth, FONT16);
|
if (showsquelch) tftPrint(-1, "SQ:", 212, 145, ActiveColor, ActiveColorSmooth, FONT16);
|
||||||
tftPrint(-1, "S/N", 246, 163, ActiveColor, ActiveColorSmooth, FONT16);
|
tftPrint(-1, "S/N", 246, 163, ActiveColor, ActiveColorSmooth, FONT16);
|
||||||
tftPrint(-1, "dB", 300, 163, ActiveColor, ActiveColorSmooth, FONT16);
|
tftPrint(-1, "dB", 300, 163, ActiveColor, ActiveColorSmooth, FONT16);
|
||||||
if (region == 0) tftPrint(-1, "PI:", 216, 193, ActiveColor, ActiveColorSmooth, FONT16);
|
if (region == 0) tftPrint(-1, "PI:", 216, 193, ActiveColor, ActiveColorSmooth, FONT16);
|
||||||
@@ -4520,18 +4520,18 @@ void doSquelch() {
|
|||||||
if (showsquelch && !advancedRDS && !afscreen) {
|
if (showsquelch && !advancedRDS && !afscreen) {
|
||||||
if (seek == false && menu == false && Squelch != Squelchold) {
|
if (seek == false && menu == false && Squelch != Squelchold) {
|
||||||
if (Squelchold == -100) {
|
if (Squelchold == -100) {
|
||||||
if (Squelch != Squelchold) tftPrint(0, myLanguage[language][33], 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, myLanguage[language][33], 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
} else if (Squelchold == 920) {
|
} else if (Squelchold == 920) {
|
||||||
if (Squelch != Squelchold) tftPrint(0, "ST", 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, "ST", 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
} else {
|
} else {
|
||||||
if (Squelch != Squelchold) tftPrint(0, String(Squelchold / 10), 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, String(Squelchold / 10), 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
}
|
}
|
||||||
if (Squelch == -100) {
|
if (Squelch == -100) {
|
||||||
if (Squelch != Squelchold) tftPrint(0, myLanguage[language][33], 224, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, myLanguage[language][33], 212, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||||
} else if (Squelch == 920) {
|
} else if (Squelch == 920) {
|
||||||
tftPrint(0, "ST", 224, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
tftPrint(-1, "ST", 212, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||||
} else {
|
} else {
|
||||||
if (Squelch != Squelchold) tftPrint(0, String(Squelch / 10), 224, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, String(Squelch / 10), 212, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Squelchold = Squelch;
|
Squelchold = Squelch;
|
||||||
@@ -4563,18 +4563,18 @@ void doSquelch() {
|
|||||||
if (screenmute == false && showsquelch == true && !advancedRDS && !afscreen) {
|
if (screenmute == false && showsquelch == true && !advancedRDS && !afscreen) {
|
||||||
if (Squelch != Squelchold) {
|
if (Squelch != Squelchold) {
|
||||||
if (Squelchold == -1) {
|
if (Squelchold == -1) {
|
||||||
if (Squelch != Squelchold) tftPrint(0, "ST", 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, "ST", 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
} else if (Squelchold == 0) {
|
} else if (Squelchold == 0) {
|
||||||
if (Squelch != Squelchold) tftPrint(0, myLanguage[language][33], 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, myLanguage[language][33], 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
} else {
|
} else {
|
||||||
if (Squelch != Squelchold) tftPrint(0, String(Squelchold / 10), 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, String(Squelchold / 10), 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
}
|
}
|
||||||
if (Squelch == -1) {
|
if (Squelch == -1) {
|
||||||
if (Squelch != Squelchold) tftPrint(0, "ST", 224, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, "ST", 212, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||||
} else if (Squelch == 0) {
|
} else if (Squelch == 0) {
|
||||||
if (Squelch != Squelchold) tftPrint(0, myLanguage[language][33], 224, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, myLanguage[language][33], 212, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||||
} else {
|
} else {
|
||||||
if (Squelch != Squelchold) tftPrint(0, String(Squelch / 10), 224, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
if (Squelch != Squelchold) tftPrint(-1, String(Squelch / 10), 212, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||||
}
|
}
|
||||||
Squelchold = Squelch;
|
Squelchold = Squelch;
|
||||||
}
|
}
|
||||||
@@ -5062,11 +5062,11 @@ void Communication() {
|
|||||||
if (Squelch != Squelchold) {
|
if (Squelch != Squelchold) {
|
||||||
if (screenmute == false) {
|
if (screenmute == false) {
|
||||||
if (Squelchold == -100) {
|
if (Squelchold == -100) {
|
||||||
tftPrint(0, myLanguage[language][33], 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
tftPrint(-1, myLanguage[language][33], 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
} else if (Squelchold > 920) {
|
} else if (Squelchold > 920) {
|
||||||
tftPrint(0, "ST", 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
tftPrint(-1, "ST", 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
} else {
|
} else {
|
||||||
tftPrint(0, String(Squelchold / 10), 224, 163, BackgroundColor, BackgroundColor, FONT16);
|
tftPrint(-1, String(Squelchold / 10), 212, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user