Skip to content

Commit

Permalink
Merge pull request #254 from jgauchia/devel
Browse files Browse the repository at this point in the history
0.1.8 Release
  • Loading branch information
jgauchia authored Nov 13, 2024
2 parents 1c5ae23 + 3c0c57a commit a2af2a5
Show file tree
Hide file tree
Showing 89 changed files with 97 additions and 83 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ ESP32 Based GPS Navigator (LVGL - LovyanGFX).
> Do not use in production (Experimental features).
## Screenshots
<details><summary>Click me</summary>

|<img src="images/dev/splash.png">|<img src="images/dev/compass.jpg">|<img src="images/dev/rendermap.jpg">|<img src="images/dev/satelliteinfo.jpg">|
|:-:|:-:|:-:|:-:|

<details><summary>See more...</summary>

|<img src="images/dev/splash.jpg">|<img src="images/dev/searchsat.jpg">|<img src="images/dev/compass.jpg">|<img src="images/dev/options.jpg">|<img src="images/dev/wptopt.jpg">|
|<img src="images/dev/splash.png">|<img src="images/dev/searchsat.jpg">|<img src="images/dev/compass.jpg">|<img src="images/dev/options.jpg">|<img src="images/dev/wptopt.jpg">|
|:-:|:-:|:-:|:-:|:-:|
| Splash Screen | Search Satellite | Compass | Main Options | Waypoint Options |

Expand All @@ -38,6 +42,16 @@ ESP32 Based GPS Navigator (LVGL - LovyanGFX).
|:-:|:-:|:-:|:-:|:-:|
| Settings | Compass Calibration | Touch Calibration | Map Settings | Device Settings |

LilyGo T-DECK

|<img src="images/dev/tdeck/main.png">|<img src="images/dev/tdeck/map.png">|<img src="images/dev/tdeck/map_waypoint.png">|
|:-:|:-:|:-:|
| Compass | Rendered Map | Waypoint on Map |

|<img src="images/dev/tdeck/waypointnav.png">|<img src="images/dev/tdeck/waypoint_edit.png">|<img src="images/dev/tdeck/satellites03.png">|
|:-:|:-:|:-:|
| Navigation Screen | Edit Waypoint | Satellite Info |

### WiFi CLI Manager
![WifiCLI](https://github.com/jgauchia/IceNav-v3/assets/1075178/a7f8af18-2c34-436d-8fef-995540312cb2)

Expand Down
Binary file removed images/dev/splash.jpg
Binary file not shown.
Binary file added images/dev/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dev/tdeck/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dev/tdeck/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dev/tdeck/map_waypoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dev/tdeck/satellites03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dev/tdeck/waypoint_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dev/tdeck/waypointnav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion include/hal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file hal.hpp
* @author Jordi Gauchía ([email protected])
* @brief Boards Pin definitions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/battery/battery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file battery.cpp
* @author Jordi Gauchía ([email protected])
* @brief Battery monitor definition and functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/battery/battery.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file battery.hpp
* @author Jordi Gauchía ([email protected])
* @brief Battery monitor definition and functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/bme/bme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file bme.cpp
* @author Jordi Gauchía ([email protected])
* @brief BME280 Sensor functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/bme/bme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file bme.hpp
* @author Jordi Gauchía ([email protected])
* @brief BME280 Sensor functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file utils.h
* @author @Hpsaturn
* @brief Network CLI and custom internal commands
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/compass/compass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file compass.cpp
* @author Jordi Gauchía ([email protected])
* @brief Compass definition and functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/compass/compass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file compass.hpp
* @author Jordi Gauchía ([email protected])
* @brief Compass definition and functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gps/gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file gps.cpp
* @author Jordi Gauchía ([email protected])
* @brief GPS definition and functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gps/gps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file gps.hpp
* @author Jordi Gauchía ([email protected])
* @brief GPS definition and functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gps/timezone.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file timezone.hpp
* @author Jordi Gauchía ([email protected])
* @brief Time zone adjust
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/addWaypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file addWaypoint.cpp
* @author Jordi Gauchía ([email protected])
* @brief Add Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/addWaypoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file addWaypoint.hpp
* @author Jordi Gauchía ([email protected])
* @brief Add Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/deleteWaypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file deleteWaypoint.cpp
* @author Jordi Gauchía ([email protected])
* @brief Delete Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/deleteWaypoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file deleteWaypoint.hpp
* @author Jordi Gauchía ([email protected])
* @brief Delete Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/editWaypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file editWaypoint.cpp
* @author Jordi Gauchía ([email protected])
* @brief Edit Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/editWaypoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file editWaypoint.hpp
* @author Jordi Gauchía ([email protected])
* @brief Edit Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/globalGpxDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file globalGpxDef.h
* @author Jordi Gauchía ([email protected])
* @brief Global GPX Variables
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/loadWaypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file loadWaypoint.cpp
* @author Jordi Gauchía ([email protected])
* @brief Load Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/loadWaypoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file loadWaypoint.hpp
* @author Jordi Gauchía ([email protected])
* @brief Load Waypoint functions
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/buttonBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file buttonBar.cpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Button Bar
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/buttonBar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file buttonBar.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Button Bar
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/deviceSettingsScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file deviceSettingsScr.cpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Device Settings Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/deviceSettingsScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file deviceSettingsScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Device Settings Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/globalGuiDef.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file globalGuiDef.h
* @brief Global GUI Variables
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mainScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file mainScr.cpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Main Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mainScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file mainScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Main Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mapSettingsScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file mapSettingsScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Map Settings screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mapSettingsScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file mapSettingsScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Map Settings screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/navScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file navScr.cpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Navigation screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/navScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file navScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Navigation screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/notifyBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file notifyBar.cpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Notify Bar Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/notifyBar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file notifyBar.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Notify Bar Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/satInfoScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file satInfoScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Satellite info screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/satInfoScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file satInfoScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Satellite info screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/searchSatScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file searchSatScr.cpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPS satellite search screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/searchSatScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file searchSatScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPS satellite search screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/settingsScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file settingsScr.cpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Settings Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/settingsScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file settingsScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Settings Screen
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/splashScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file splashScr.hpp
* @author Jordi Gauchía ([email protected])
* @brief Splash screen - NOT LVGL
* @version 0.1.8_Alpha
* @version 0.1.8
* @date 2024-11
*/

Expand Down
Loading

0 comments on commit a2af2a5

Please sign in to comment.