forked from time4tea/gopro-dashboard-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-1920x1080.xml
60 lines (50 loc) · 3.22 KB
/
default-1920x1080.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<layout>
<composite x="260" y="30" name="date_and_time">
<component type="datetime" x="0" y="0" format="%Y/%m/%d" size="16" align="right"/>
<component type="datetime" x="0" y="24" format="%H:%M:%S.%f" truncate="5" size="32" align="right"/>
</composite>
<composite x="1644" y="0" name="gps_info">
<frame name="gps-lock" x="226" y="24" width="32" height="32" bg="0,0,0,128" cr="5" opacity="0.4">
<component type="gps-lock-icon" size="32"/>
</frame>
<composite y="36">
<component type="text" x="0" y="0" size="16" align="left">GPS INFO</component>
<component type="text" x="0" y="24" size="16" align="left">Lat: </component>
<component type="text" x="128" y="24" size="16" align="left">Lon: </component>
<component type="metric" x="118" y="24" metric="lat" dp="6" size="16" align="right" cache="False"/>
<component type="metric" x="256" y="24" metric="lon" dp="6" size="16" align="right" cache="False"/>
</composite>
</composite>
<composite x="16" y="800" name="big_mph">
<component type="metric_unit" metric="speed" units="speed" size="16">{:~c}</component>
<component type="metric" x="0" y="0" metric="speed" units="speed" dp="0" size="160" />
</composite>
<component type="chart" name="gradient_chart" x="400" y="980"/>
<composite x="220" y="980" name="gradient">
<component type="text" x="70" y="0" size="16">SLOPE(%)</component>
<component type="icon" x="0" y="0" file="slope-triangle.png" size="64"/>
<component type="metric" x="70" y="18" metric="gradient" dp="1" size="32" />
</composite>
<composite x="16" y="980" name="altitude">
<component type="metric_unit" x="70" y="0" metric="alt" units="alt" size="16">ALT({:~C})</component>
<component type="icon" x="0" y="0" file="mountain.png" size="64"/>
<component type="metric" x="70" y="18" metric="alt" units="alt" dp="1" size="32" />
</composite>
<composite x="1900" y="820" name="temperature">
<component type="metric_unit" x="-70" y="0" size="16" align="right" metric="temp" units="temp">TEMP({:~C})</component>
<component type="icon" x="-64" y="0" file="thermometer.png" size="64"/>
<component type="metric" x="-70" y="18" dp="0" size="32" align="right" metric="temp" units="temp"/>
</composite>
<composite x="1900" y="900" name="cadence">
<component type="text" x="-70" y="0" size="16" align="right">RPM</component>
<component type="icon" x="-64" y="0" file="gauge.png" size="64"/>
<component type="metric" x="-70" y="18" metric="cadence" dp="0" size="32" align="right"/>
</composite>
<composite x="1900" y="980" name="heartbeat">
<component type="text" x="-70" y="0" size="16" align="right">BPM</component>
<component type="icon" x="-64" y="0" file="heartbeat.png" size="64"/>
<component type="metric" x="-70" y="18" metric="hr" dp="0" size="32" align="right"/>
</composite>
<component type="moving_map" name="moving_map" x="1644" y="100" size="256" zoom="16" corner_radius="35"/>
<component type="journey_map" name="journey_map" x="1644" y="376" size="256" corner_radius="35"/>
</layout>