diff 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
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Sun Mar 15 21:28:53 2026 +0100
+++ b/Common/Inc/configuration.h	Sun Mar 15 21:40:35 2026 +0100
@@ -115,5 +115,8 @@
 /* #define ENABLE_ADVANCED_GAS */
 /* Enable to have protocol support for external HUD */
 /* #define ENABLE_HUD_SUPPORT */
+/* Enable to have an item available in the HUD menu which allows the manual setting of the HUD sequence */
+/* #define ENABLE_HUD_TESTING */
+
 
 #endif