comparison Common/Inc/configuration.h @ 1082:1aa45000f92c Icon_Integration tip

Added configuration menu for HUD functions: The V1 HUD has 4 functions (holes) which may be realized by one or two LEDs. The functions (like ppo2 monitoring or ascent speed) may be configurated by the diver using the HUD menu. The functions which may be selected depend on the HW configuration (e.g. the connected sensors) and the number of LEDs which are needed to realize the function. The previous HUD test implementation may still be activate usind the compile switch ENABLE_HUD_TESTING
author Ideenmodellierer
date Sun, 15 Mar 2026 21:40:35 +0100
parents 082825daccb5
children
comparison
equal deleted inserted replaced
1081:1b38d7b8da35 1082:1aa45000f92c
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 */ 116 /* Enable to have protocol support for external HUD */
117 /* #define ENABLE_HUD_SUPPORT */ 117 /* #define ENABLE_HUD_SUPPORT */
118 /* Enable to have an item available in the HUD menu which allows the manual setting of the HUD sequence */
119 /* #define ENABLE_HUD_TESTING */
120
118 121
119 #endif 122 #endif