diff Discovery/Inc/t7.h @ 1070:4499227a2db8 Icon_Integration

Added compile option for o2/diluent pressure display: Some external devices (like the RedBare rebreather) provide pressure sensor information o2 and diluent bottles. A data channel from RTE to main CPU has been defined and a visualization has been added to the lower left corner (llc). Pressure will be displayed in the gas list as well => for o2 display the definition of a 100% o2 gas is needed. Diluent will be assigned to the first gas. The ADVANCED_GAS compile switch needs to be activated for this feature
author Ideenmodellierer
date Thu, 19 Feb 2026 13:17:25 +0100
parents 88b6ab90c55a
children
line wrap: on
line diff
--- a/Discovery/Inc/t7.h	Tue Feb 17 20:46:45 2026 +0100
+++ b/Discovery/Inc/t7.h	Thu Feb 19 13:17:25 2026 +0100
@@ -49,7 +49,7 @@
 		LLC_GF,
 		LCC_GF_SURF,
 		LLC_ScrubberTime,
-#ifdef ENABLE_BOTTLE_SENSOR
+#if defined (ENABLE_BOTTLE_SENSOR) || defined (ENABLE_ADVANCED_GAS)
 		LCC_BottleBar,
 #endif
 #ifdef ENABLE_PSCR_MODE