comparison Discovery/Inc/tInfoSensor.h @ 1073:734f84b72b30 Icon_Integration tip

CV Option Menu added sub menus for O2 and CO2 sensors: In the previous implementation by the external sensor menu the problem exists that only three sensor could be displayed. If three o2 sensors were active then the CO2 sensor was not accessible. With the new dynamic view the CO2 sensor is a standalone menu element. The three sensor view was reused from the external sensor menu by introducing a filter (sensor type) functionality. O" and CO2 sensors may now be calibrated using the cv option sub menus.
author Ideenmodellierer
date Fri, 20 Feb 2026 17:26:46 +0100
parents c31237d20491
children
comparison
equal deleted inserted replaced
1072:8b97003dbb60 1073:734f84b72b30
26 26
27 /* Define to prevent recursive inclusion -------------------------------------*/ 27 /* Define to prevent recursive inclusion -------------------------------------*/
28 #ifndef TINFO_SENSOR_H 28 #ifndef TINFO_SENSOR_H
29 #define TINFO_SENSOR_H 29 #define TINFO_SENSOR_H
30 30
31 #include "data_central.h"
32
31 /* Exported functions --------------------------------------------------------*/ 33 /* Exported functions --------------------------------------------------------*/
32 void openInfo_Sensor(uint8_t sensorId); 34 void openInfo_Sensor(uint8_t sensorId);
35 void openInfo_SetSensorType(externalInterfaceSensorType Type);
33 void refreshInfo_Sensor(GFX_DrawCfgScreen s); 36 void refreshInfo_Sensor(GFX_DrawCfgScreen s);
34 void sendActionToInfoSensor(uint8_t sendAction); 37 void sendActionToInfoSensor(uint8_t sendAction);
35 38
36 39
37 #endif /* TINFO_COMPASS_H */ 40 #endif /* TINFO_COMPASS_H */