1
1
# BikersField
2
+
3
+ ![ RunnersField Screenshot] ( /doc/BikersField1.png )
4
+
2
5
This is free a Data Field for the Fenix 3 that shows multiple values on a single field.
3
6
BikersField is open source and its code resides at github: https://github.com/kopa/BikersField
4
7
@@ -9,13 +12,15 @@ https://forums.garmin.com/showthread.php?327411-DataFields-RunnersField
9
12
10
13
## Features
11
14
* TIME: 12/24h mode based on system settings.
12
- * SPEED: speed in km/h or miles /h based on system settings (average of the last 10 values)
15
+ * SPEED: speed in km/h or mi /h based on system settings (as average of the last 10 values)
13
16
* AVG SPEED: average speed over the whole activity
14
17
* DISTANCE: elapsed distance in km or miles based on system settings
15
18
* DURATION: duration of the activity in [ hh:] mm: ss
16
- * GPS: green if good/acceptable signal, red otherwise
17
- * battery: visualization of battery percentage. If battery value < 10% the exact value will be shown and the green indicator bar turns red
18
- * unit system in use: km will be shown when metric system is set in the settings, miles if statute units are configured.
19
+ * GPS: green bars for poor/acceptable/good signal, gray if no signal
20
+ * battery: visualization of battery percentage as indicator bar.
21
+ If battery value < 30 the indicator bar gets orange. If value < 10% the exact value will be shown and the indicator bar turns red
22
+ * unit system in use: "(km)" will be shown when metric system is set in the settings, "(mi)" if statute (imperial) units are configured.
23
+
19
24
20
25
## Install Instructions
21
26
A Data Field needs to be set up within the settings for a given activity (like Run)
@@ -37,6 +42,10 @@ A Data Field needs to be set up within the settings for a given activity (like R
37
42
Start Run activity.
38
43
Hopefully you see the RunnersField datafield.
39
44
45
+ ## Changelog 1.1.0
46
+ * Redesign
47
+ * Improved memory footprint
48
+
40
49
## Changelog 1.0.3
41
50
* Fix app id so that it doesn't interfere with RunnersField
42
51
0 commit comments