-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
72 lines (66 loc) · 1.17 KB
/
config.toml
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
61
62
63
64
65
66
67
68
69
70
71
72
interface = "vcan0"
slot_size = 2
width = 480
height = 128
[colors]
primary = { r = 255, g = 255, b = 255 }
background = { r = 0, g = 0, b = 0 }
[[gauges]]
frame_id = 601
slot_id = 1
gauge = "Dial"
data_type = "F16"
title = "Boost"
unit = "bar"
min_value = -1.0
max_value = 2.0
indicators = [0.0]
digits = 2
point = { x = 0, y = 0 }
size = { width = 120, height = 128 }
[[gauges]]
frame_id = 602
slot_id = 1
gauge = "Dial"
data_type = "F16"
title = "Oil temp"
unit = "C"
min_value = 0.0
max_value = 150.0
indicators = [80.0]
digits = 0
point = { x = 128, y = 0 }
size = { width = 120, height = 128 }
[[gauges]]
frame_id = 603
slot_id = 1
gauge = "Dial"
data_type = "F16"
title = "Oil pres"
unit = "bar"
min_value = 0.0
max_value = 10.0
indicators = [2.0, 4.0, 6.0, 8.0]
digits = 1
point = { x = 256, y = 0 }
size = { width = 120, height = 128 }
[[gauges]]
frame_id = 604
slot_id = 1
gauge = "TextGauge"
data_type = "F16"
title = "H2O"
unit = "C"
digits = 0
point = { x = 384, y = 2 }
size = { width = 120, height = 10 }
[[gauges]]
frame_id = 605
slot_id = 1
gauge = "TextGauge"
data_type = "F16"
title = "IAT"
unit = "C"
digits = 0
point = { x = 384, y = 12 }
size = { width = 120, height = 10 }