-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPiM25_Box.yaml
More file actions
140 lines (139 loc) · 4.72 KB
/
Copy pathPiM25_Box.yaml
File metadata and controls
140 lines (139 loc) · 4.72 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
SNRplot:
imagefields:
snrplot:
args: {'wh':[64, 128], 'info':['my gps', 'plot_array']}
xy0: [0, 0]
GPSmap:
imagefields:
gpsmap:
args: {'wh':[64, 64], 'info':['my gps', 'map_array']}
xy0: [0, 0]
textfields:
latitude:
args: {'wh':[59, 15],
'fmt':'la:{:0.3f}°', 'fontdef':Roboto-Regular.ttf,
'fontsize':12, 'info':[['my gps', 'latitude']]}
xy0: [65, 1]
longitude:
args: {'wh':[59, 15],
'fmt':'lo:{:0.3f}°', 'fontdef':Roboto-Regular.ttf,
'fontsize':12, 'info':[['my gps', 'longitude']]}
xy0: [65, 16]
altitude:
args: {'wh':[59, 15],
'fmt':'al:{:0.1f}m', 'fontdef':Roboto-Regular.ttf,
'fontsize':12, 'info':[['my gps', 'altitude']]}
xy0: [65, 31]
n_sats:
args: {'wh':[59, 15],
'fmt':'ns:{:0.1f}°', 'fontdef':Roboto-Regular.ttf,
'fontsize':12, 'info':[['my gps', 'n_sats']]}
xy0: [65, 46]
TandH:
textfields:
temp:
args: {'wh':[120, 30],
'fmt':'{:0.1f}°C', 'fontdef':'Roboto-Regular.ttf',
'fontsize':28, 'info':[['my dht', 'temperature']]}
xy0: [2, 1]
humid:
args: {'wh':[120, 30],
'fmt':'{:0.0f}%', 'fontdef':'Roboto-Regular.ttf',
'fontsize':28, 'info':[['my dht', 'humidity']]}
xy0: [2, 33]
particles:
textfields:
PMbigtext:
args: {'wh':[60, 20],
'fmt':'PM2.5', 'fontdef':'Roboto-Regular.ttf',
'fontsize':18, 'threshold':30, 'info':[['my g3', 'PM25']]}
xy0: [1, 7]
PMbigvalue:
args: {'wh':[60, 30],
'fmt':'{:d}', 'fontdef':'Roboto-Regular.ttf',
'fontsize':24, 'threshold':30, 'info':[['my g3', 'PM25']]}
xy0: [65, 1]
PMonetext:
args: {'wh':[60, 18],
'fmt':'PM1', 'fontdef':'Roboto-Regular.ttf',
'fontsize':14, 'info':[['my g3', 'PM1']]}
xy0: [2, 27]
PMonevalue:
args: {'wh':[56, 18],
'fmt':'{:d}', 'fontdef':'Roboto-Regular.ttf',
'fontsize':14, 'info':[['my g3', 'PM1']]}
xy0: [69, 27]
PMtentext:
args: {'wh':[60, 18],
'fmt':'PM10', 'fontdef':'Roboto-Regular.ttf',
'fontsize':14, 'info':[['my g3', 'PM10']]}
xy0: [2, 44]
PMtenvalue:
args: {'wh':[56, 18],
'fmt':'{:d}', 'fontdef':'Roboto-Regular.ttf',
'fontsize':14, 'info':[['my g3', 'PM10']]}
xy0: [69, 44]
gasses:
textfields:
CO2label:
args: {'wh':[40, 24],
'fmt':'CO2', 'fontdef':'Roboto-Regular.ttf',
'fontsize':20, 'threshold':30, 'info':[['my CO2', 'ppm']]}
xy0: [2, 2]
CO2value:
args: {'wh':[56, 24],
'fmt':'{:0.0f}', 'fontdef':'DroidSansMono.ttf',
'fontsize':20, 'threshold':30, 'info':[['my CO2', 'value']]}
xy0: [46, 2]
CO2ppmtext:
args: {'wh':[26, 18],
'fmt':'ppm', 'fontdef':'default',
'fontsize':12, 'info':[['my CO2', 'ppm']]}
xy0: [100, 13]
COlabel:
args: {'wh':[40, 24],
'fmt':'CO', 'fontdef':'Roboto-Regular.ttf',
'fontsize':20, 'threshold':30, 'info':[['my CO', 'ppm']]}
xy0: [2, 22]
COvalue:
args: {'wh':[56, 24],
'fmt':'{:0.0f}', 'fontdef':'DroidSansMono.ttf',
'fontsize':20, 'threshold':30, 'info':[['my CO', 'value']]}
xy0: [46, 22]
COppmtext:
args: {'wh':[26, 18],
'fmt':'ppm', 'fontdef':'default',
'fontsize':12, 'info':[['my CO', 'ppm']]}
xy0: [100, 33]
GPS:
textfields:
latlabel:
args: {'wh':[40, 16],
'fmt':'Lat', 'fontdef':'Roboto-Regular.ttf',
'fontsize':15, 'threshold':30, 'info':[['my gps', 'latitude']]}
xy0: [1, 0]
latvalue:
args: {'wh':[80, 16],
'fmt':'{:0.5f}', 'fontdef':'Roboto-Regular.ttf',
'fontsize':15, 'threshold':30, 'info':[['my gps', 'latitude']]}
xy0: [45, 1]
lonlabel:
args: {'wh':[40, 16],
'fmt':'Lon', 'fontdef':'Roboto-Regular.ttf',
'fontsize':15, 'threshold':30, 'info':[['my gps', 'latitude']]}
xy0: [1, 16]
lonvalue:
args: {'wh':[80, 16],
'fmt':'{:0.5f}', 'fontdef':'Roboto-Regular.ttf',
'fontsize':15, 'threshold':30, 'info':[['my gps', 'longitude']]}
xy0: [45, 16]
time:
args: {'wh':[104, 16],
'fmt':'{}', 'fontdef':'Roboto-Regular.ttf',
'fontsize':15, 'threshold':30, 'info':[['sys timedate', 'timestr']]}
xy0: [20, 32]
date:
args: {'wh':[104, 16],
'fmt':'{}', 'fontdef':'Roboto-Regular.ttf',
'fontsize':15, 'threshold':30, 'info':[['sys timedate', 'datestr']]}
xy0: [20, 48]