comparison Common/Inc/configuration.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 4499227a2db8
children
comparison
equal deleted inserted replaced
1077:bd8ab302ef4a 1078:082825daccb5
111 /* Enable to have the possibility to switch between four individual sets of settings */ 111 /* Enable to have the possibility to switch between four individual sets of settings */
112 /* #define ENABLE_SETTING_PROFILES */ 112 /* #define ENABLE_SETTING_PROFILES */
113 113
114 /* Enable to have advanced gas information lite bottle size and pressure available */ 114 /* Enable to have advanced gas information lite bottle size and pressure available */
115 /* #define ENABLE_ADVANCED_GAS */ 115 /* #define ENABLE_ADVANCED_GAS */
116 /* Enable to have protocol support for external HUD */
117 /* #define ENABLE_HUD_SUPPORT */
116 118
117 #endif 119 #endif