Add 20x04LCD and S.Meter

This commit is contained in:
phdlee
2018-04-16 23:56:32 +09:00
parent d721816039
commit 0e245fc488
9 changed files with 417 additions and 293 deletions

View File

@@ -59,12 +59,10 @@ void menuBand(int btn){
btnPressCount = 0;
if (tuneTXType > 0) { //Just toggle 0 <-> 2, if tuneTXType is 100, 100 -> 0 -> 2
tuneTXType = 0;
//printLineF2(F("General mode"));
printLineF2(F("General"));
}
else {
tuneTXType = 2;
//printLineF2(F("Ham band mode"));
printLineF2(F("Ham band"));
}
delay_background(1000, 0);