Create display-gps.md
[u360gts.git] / docs / display-gps.md
blob3a79cd7e4cbc241303a83c1caa5c381fa318d59c
1 # Display: GPS screen
3 When FEATURE_GPS is enabled the display will show the GPS screen to show all information relative to the local GPS.
5 **Sat:** Numbers of satellites
6 **Fix:** "Y" indicates possition fixed, and "N" indicate no fix.
7 **Pos:** LAT/LON Position (degrees only).
8 **Spd:** GPS speed
9 **GC:** Ground Course
10 **RX:** Count of received packets
11 **ERRs:** Count of packets with errors
12 **Dt:** Time elapsed (milliseconds) until receiving new data
13 **TOs:** Count of timeouts.
15 And finally, it shows a line where each symbol represents the status of lays packets received:
17 **?:** Packet has errors
18 **!:** Packet has been ignored
19 **>:** Packet has been skipped
20 **g:** NMEA GGA packet received
21 **r:** NMEA RMC packet received
22 **O:** UBLOX SOL packet received
23 **S:** UBLOX STATUS packet received
24 **I:** UBLOX VSINFO packet received
25 **P:** UBLOX PSLLH packet received
26 **V:** UBLOX VELNED packet received
28 [<< Go back](README.md)