From: Kostadin Date: Sat, 26 Oct 2019 11:45:18 +0000 (+0300) Subject: Added a new combined mode example X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/commitdiff_plain/71dc2962df1f5a90752c1dedc135bba82e1b3b7a?hp=71dc2962df1f5a90752c1dedc135bba82e1b3b7a 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. ---