@@ -17,32 +17,38 @@ It reads GPS data via UART and displays location, speed, course, satellite visib
1717<img src =" scr_0003.bmp " alt =" Screenshot 11 " width =" 30% " >
1818
1919## Changelog
20- 1.0.0 - First release.
21- 1.1.0 - Added configuration file support on microSD (cpGpsInfo.conf) to store GPS RX/TX pins and baudrate.
22- - Added ability to modify GPS baudrate.
23- - Fixed minor bugs.
24- - Added GPS error state (on,off,err).
25- 1.3.0 - Adapted for Cardputer ADV with Cap LoRa-1262 (shared SPI bus, UART2, default pins RX:15/TX:13).
26- - Added QZSS satellite support.
27- - Added GGA sentence parsing (fix quality, geoid separation).
28- - Added GSA PDOP/VDOP parsing.
29- - Replaced HDOP display with Fix quality + mode (e.g. "GPS 3D", "DGPS 2D", "RTK 3D").
30- - Status bar now shows 2D/3D fix mode and baudrate in kHz format.
31- - Reorganized satellite stats column (Visb, Used, PDOP, HDOP, VDOP, GP/GL, GA/BD, QZ).
32- - Changed default UART to UART2, default baud to 115200 (ATGM336H).
33- - SPI3 (HSPI) used for SD card to avoid conflict with display SPI.
34- - LoRa NSS held HIGH to prevent SPI bus contention.
35- 2.0.0 - Major rewrite with 15 switchable screens and off-screen frame buffer rendering.
36- - Added screens: Sky View, Signal Bars, Fix Summary, Dashboard, Coordinates, Breadcrumb Track, Altitude Profile, Speed Graph, Trip Stats, Constellation, NMEA Monitor, GPS Clock, World Map, 3D Globe.
37- - Added world coastline map data (Natural Earth) with zoom support.
38- - Added 3D satellite globe visualization.
39- - Added IMU support (BMI270) for pitch, roll, G-force readings.
40- - Added trip statistics (distance, max speed, ascent/descent, moving time).
41- - Added track recording buffer (breadcrumb trail).
42- - Added auto-slideshow mode for cycling through screens.
43- - Added screenshot-over-serial (Enter key).
44- - Removed SD card / config file dependency (hardcoded for ADV + Cap LoRa-1262).
45- - Added PlatformIO project support (platformio.ini).
20+
21+ ### 2.0.0
22+ - Major rewrite with 15 switchable screens and off-screen frame buffer rendering
23+ - Added screens: Sky View, Signal Bars, Fix Summary, Dashboard, Coordinates, Breadcrumb Track, Altitude Profile, Speed Graph, Trip Stats, Constellation, NMEA Monitor, GPS Clock, World Map, 3D Globe
24+ - Added world coastline map data (Natural Earth) with zoom support
25+ - Added 3D satellite globe visualization
26+ - Added trip statistics (distance, max speed, ascent/descent, moving time)
27+ - Added track recording buffer (breadcrumb trail)
28+ - Added auto-slideshow mode for cycling through screens
29+ - Added screenshot-over-serial (Enter key)
30+ - Added PlatformIO project support (platformio.ini)
31+
32+ ### 1.3.0
33+ - Adapted for Cardputer ADV with Cap LoRa-1262 (shared SPI bus, UART2, default pins RX:15/TX:13)
34+ - Added QZSS satellite support
35+ - Added GGA sentence parsing (fix quality, geoid separation)
36+ - Added GSA PDOP/VDOP parsing
37+ - Replaced HDOP display with Fix quality + mode (e.g. "GPS 3D", "DGPS 2D", "RTK 3D")
38+ - Status bar now shows 2D/3D fix mode and baudrate in kHz format
39+ - Reorganized satellite stats column (Visb, Used, PDOP, HDOP, VDOP, GP/GL, GA/BD, QZ)
40+ - Changed default UART to UART2, default baud to 115200 (ATGM336H)
41+ - SPI3 (HSPI) used for SD card to avoid conflict with display SPI
42+ - LoRa NSS held HIGH to prevent SPI bus contention
43+
44+ ### 1.1.0
45+ - Added configuration file support on microSD (cpGpsInfo.conf) to store GPS RX/TX pins and baudrate
46+ - Added ability to modify GPS baudrate
47+ - Fixed minor bugs
48+ - Added GPS error state (on,off,err)
49+
50+ ### 1.0.0
51+ - First release
4652
4753## Screens
4854
0 commit comments