Added a new combined mode example
authorKostadin <kostadinvo+github@gmail.com>
Sat, 26 Oct 2019 11:45:18 +0000 (14:45 +0300)
committerKostadin <kostadinvo+github@gmail.com>
Sat, 26 Oct 2019 12:02:51 +0000 (15:02 +0300)
commit71dc2962df1f5a90752c1dedc135bba82e1b3b7a
tree467b03f32a84484159f77c2c78166a7db5365c7e
parentbca04496c248701cca287451021eed9f3c7389ed
Added a new combined mode example

This is a modification of all-in-one.py. It adds another mode where all EnviroPlus and PMS5003 sensor readings are combined on one screen.

Each variable that is displayed can have custom warning limits assigned which change the color of the text according to a predefined RGB palette. It allows for a quick glance of all sensor readings at once in order to jugde if everything is OK in the air or to quickly pinpoint a sensor reading that requires attention.

In addition, the new combined mode saves each reading as soon as it is received for graphing later. As in all-in-one.py, moving your finger close to the proximity sensor switches the mode.
examples/combined.py [new file with mode: 0644]