BangleApps/apps/golf-gps/README.md

39 lines
1.8 KiB
Markdown
Raw Normal View History

2024-06-20 15:39:49 +00:00
# Golf GPS
2024-06-20 19:01:35 +00:00
I have made a few watches for golfing. See this [LINK](https://jeonlab.wordpress.com/category/golf-gps-watch/) if you are interested.
Now that I have a Bangle.js 2 watch, I wanted to port my program to it for golfing. For my previous watches I have used TFT LCD or OLED displays and they all draw a lot of current and display information only when I press a button to wake up from the black screen. One of the best feature of the Bangle.js 2, I think, is the memory LCD which consumes very small power and it is always on!
2024-06-20 15:39:49 +00:00
## Features
2024-06-20 19:01:35 +00:00
- Play or view previously played scores
- Save your favourite course data (see below instruction)
- In play mode
- Hole number
- Par as background color of the hole number (red: 3, green: 4, blue: 5)
- Distance to the center of the green (coordinates you saved)
- Distance from the last shot (where you swiped up to add a shot)
- Number of shots on current hole
- Total number of shots
- Clock
2024-06-21 17:13:15 +00:00
![](playScreen.png)
2024-06-20 19:01:35 +00:00
- How to change holes and add/subtract shots
- Swipe left/right to change the hole to next/previous (you can move to any hole to update your shots in case you entered wrong number of shots by mistake)
2024-06-21 16:40:53 +00:00
- Swip up/down to add/subtract the number of shots. This will update the total number of shots as well as current shots.
2024-06-20 19:01:35 +00:00
- After the game
- Press the button to either finish the game or go back to the play screen (if you pressed the button by accident).
- If you choose to finish the game, it will show the summary of the score with 3x6 matix, shots - par. For example, -1 is for birdie and 0 is for par, and +2 is for double bogey. It also shows the total shots and total par as well.
2024-06-20 15:39:49 +00:00
## Screenshots
2024-06-21 17:13:15 +00:00
![](startUp.png)
![](fixGPS.png)
2024-06-21 16:48:37 +00:00
![](par3.png)
![](par4.png)
![](par5.png)
2024-06-21 17:13:15 +00:00
![](finishGame.png)
![](scoreView.png)
2024-06-20 15:39:49 +00:00
## Creator
Written by [JeonLab](https://jeonlab.wordpress.com)