Mercurial > public > ostc4
comparison Discovery/Inc/tMenuEdit.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 | 5fedf7ba2392 |
| children |
comparison
equal
deleted
inserted
replaced
| 1081:1b38d7b8da35 | 1082:1aa45000f92c |
|---|---|
| 110 void exitMenuEdit_to_Home_with_Menu_Update(void); | 110 void exitMenuEdit_to_Home_with_Menu_Update(void); |
| 111 void exitMenuEdit_to_Menu_with_Menu_Update(void); | 111 void exitMenuEdit_to_Menu_with_Menu_Update(void); |
| 112 void exitMenuEdit_to_Menu_with_Menu_Update_do_not_write_settings_for_this_only(void); | 112 void exitMenuEdit_to_Menu_with_Menu_Update_do_not_write_settings_for_this_only(void); |
| 113 void exitMenuEditField(void); | 113 void exitMenuEditField(void); |
| 114 void tMenuEdit_writeSettingsToFlash(void); | 114 void tMenuEdit_writeSettingsToFlash(void); |
| 115 uint8_t tMenuEdit_getActualId(); | |
| 115 | 116 |
| 116 GFX_DrawCfgScreen* getMenuEditScreen(void); | 117 GFX_DrawCfgScreen* getMenuEditScreen(void); |
| 117 #endif /* TMENU_EDIT_H */ | 118 #endif /* TMENU_EDIT_H */ |
