comparison Discovery/Inc/tMenuCvOptionText.h @ 1078:082825daccb5 Icon_Integration tip

Added control views for HUD: The HUD implementation may now be activated by the compile switch ENABLE_HUD_SUPPORT. The HUD will become visible onces detected in the CvOpt overview menu. The first implementation is for testing only => The LEDs may be operated by a number field. Positiv values activate the red, negativ the green LEDs. Depending on the value blink sequences will be scheduled. At the moment no dive specific data is mapped to the LED operation (like e.g. warnings).
author Ideenmodellierer
date Mon, 02 Mar 2026 17:30:38 +0100
parents b4a79464caf7
children
comparison
equal deleted inserted replaced
1077:bd8ab302ef4a 1078:082825daccb5
35 #include <stdint.h> 35 #include <stdint.h>
36 36
37 enum CVOPTIONS /* the order defines the priority as well */ 37 enum CVOPTIONS /* the order defines the priority as well */
38 { 38 {
39 CVOPT_Compass = 0, 39 CVOPT_Compass = 0,
40 CVOPT_HUD,
40 CVOPT_O2_Sensor, 41 CVOPT_O2_Sensor,
41 CVOPT_CO2_Sensor, 42 CVOPT_CO2_Sensor,
42 CVOPT_Pressure_Sensor, 43 CVOPT_Pressure_Sensor,
43 CVOPT_Timer, 44 CVOPT_Timer,
44 CVOPT_END 45 CVOPT_END