comparison Discovery/Src/tMenuEdit.c @ 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 2af07aa38531
children
comparison
equal deleted inserted replaced
1081:1b38d7b8da35 1082:1aa45000f92c
2299 GFX_DrawCfgScreen* getMenuEditScreen() 2299 GFX_DrawCfgScreen* getMenuEditScreen()
2300 { 2300 {
2301 return &tMEscreen; 2301 return &tMEscreen;
2302 } 2302 }
2303 2303
2304 2304 uint8_t tMenuEdit_getActualId()
2305 {
2306 uint8_t ret = actualId;
2307 return ret;
2308 }