comparison Discovery/Inc/tMenuEdit.h @ 845:17d9d6eddd8d Evo_2_23

Added new PreDiveCheck info page: In case a DiveO2 sensor is connected to the OSTC than the values of the DiveO2 internal pressure and temperature sensors may be used for predive checks. The pressure sensors is used for over / under pressure test and the values are visualized using a graph to make it easier to check if the pressure keeps stable. The temperature measurement gives an indication if the scrubber is getting active. This view is highly dependend on the surface temperature but may be useful e.g. for diving in european area. In addition the values ofthe connected sensors are shown.
author Ideenmodellierer
date Sun, 21 Jan 2024 22:24:36 +0100
parents 4abfb8a2a435
children b2aad621aeb0
comparison
equal deleted inserted replaced
844:e04d7dd199fb 845:17d9d6eddd8d
38 #define ME_Y_LINE3 (ME_Y_LINE1 + (2 * ME_Y_LINE_STEP)) 38 #define ME_Y_LINE3 (ME_Y_LINE1 + (2 * ME_Y_LINE_STEP))
39 #define ME_Y_LINE4 (ME_Y_LINE1 + (3 * ME_Y_LINE_STEP)) 39 #define ME_Y_LINE4 (ME_Y_LINE1 + (3 * ME_Y_LINE_STEP))
40 #define ME_Y_LINE5 (ME_Y_LINE1 + (4 * ME_Y_LINE_STEP)) 40 #define ME_Y_LINE5 (ME_Y_LINE1 + (4 * ME_Y_LINE_STEP))
41 #define ME_Y_LINE6 (ME_Y_LINE1 + (5 * ME_Y_LINE_STEP)) 41 #define ME_Y_LINE6 (ME_Y_LINE1 + (5 * ME_Y_LINE_STEP))
42 42
43 #define EXIT_TO_INFO_PREDIVE (245)
43 #define EXIT_TO_NEXT_MENU (246) 44 #define EXIT_TO_NEXT_MENU (246)
44 #define EXIT_TO_INFO_SENSOR (247) 45 #define EXIT_TO_INFO_SENSOR (247)
45 #define EXIT_TO_INFO_COMPASS (248) 46 #define EXIT_TO_INFO_COMPASS (248)
46 #define EXIT_TO_MENU_WITH_LOGO (249) 47 #define EXIT_TO_MENU_WITH_LOGO (249)
47 #define EXIT_TO_HOME (250) 48 #define EXIT_TO_HOME (250)