Merge branch 'master' of https://github.com/nmatsuda/spidr
Former-commit-id: 98923553f39aa4d5e93382ce0d58f027f702f2e3
This commit is contained in:
commit
9cc32c92b9
|
@ -1 +1 @@
|
||||||
0891e80b8f5fb676a069f14e08657e51799e2b61
|
38444892864e17640f6fc1e64fda8df61a994cd0
|
|
@ -444,7 +444,7 @@ void interactiveShowData(void) {
|
||||||
printf (
|
printf (
|
||||||
// original version "Hex Mode Sqwk Flight Alt Spd Hdg Lat Long Sig Msgs Ti%c\n", progress);
|
// original version "Hex Mode Sqwk Flight Alt Spd Hdg Lat Long Sig Msgs Ti%c\n", progress);
|
||||||
// pitft version "\x1B[30;47m\e[1mFlight Alt Spd Lat Long \n", progress);
|
// pitft version "\x1B[30;47m\e[1mFlight Alt Spd Lat Long \n", progress);
|
||||||
"\x1B[30;47m\e[1m Flight Zm m/s D(km) H S ");
|
"\x1B[30;47m\e[1m Flight Alt(m) km/h D(km) H S ");
|
||||||
} else {
|
} else {
|
||||||
printf (
|
printf (
|
||||||
"Hex Flight Alt V/S GS TT SSR G*456^ Msgs Seen %c\n", progress);
|
"Hex Flight Alt V/S GS TT SSR G*456^ Msgs Seen %c\n", progress);
|
||||||
|
@ -566,12 +566,12 @@ void interactiveShowData(void) {
|
||||||
//formatted for terminusBold 10x20, no unicode
|
//formatted for terminusBold 10x20, no unicode
|
||||||
|
|
||||||
if(d<5) {
|
if(d<5) {
|
||||||
printf("%ls",L"\n┌─────────────────────────────┐\n│");
|
printf("%ls",L"\n\x1B[1;37m┌───────────────────────────────┐\n│");
|
||||||
} else {
|
} else {
|
||||||
printf("\n ");
|
printf("\n ");
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%3s \x1B[1;34m%6s \x1B[1;36m%c%c \x1B[1;35m%d",
|
printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%4s \x1B[1;34m%6s \x1B[1;36m%c%c \x1B[1;35m%d",
|
||||||
a->flight,
|
a->flight,
|
||||||
strFl,
|
strFl,
|
||||||
strGs,
|
strGs,
|
||||||
|
@ -581,7 +581,7 @@ void interactiveShowData(void) {
|
||||||
|
|
||||||
|
|
||||||
if(d<5) {
|
if(d<5) {
|
||||||
printf("%ls",L"│\n└─────────────────────────────┘");
|
printf("%ls",L"\x1B[1;37m│\n└───────────────────────────────┘");
|
||||||
count+=2;
|
count+=2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
||||||
ff8015671f890841e17ddbecd1ae5b6be0ec05bb
|
9784b40693d80d528f4cb9ba56149d8512786be7
|
Loading…
Reference in a new issue