Mercurial > public > ostc4
comparison Discovery/Inc/text_multilanguage.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 | 8fe6676f28c9 |
| children |
comparison
equal
deleted
inserted
replaced
| 1081:1b38d7b8da35 | 1082:1aa45000f92c |
|---|---|
| 398 | 398 |
| 399 TXT2BYTE_BUZZER, | 399 TXT2BYTE_BUZZER, |
| 400 TXT2BYTE_Pulse, | 400 TXT2BYTE_Pulse, |
| 401 TXT2BYTE_Logger, | 401 TXT2BYTE_Logger, |
| 402 | 402 |
| 403 TXT2BYTE_FUNCTION, | |
| 404 TXT2BYTE_AscentSpeed, | |
| 405 | |
| 403 TXT2BYTE_END, | 406 TXT2BYTE_END, |
| 407 | |
| 408 /* TODO: we are close to the end of TXT2BYTE_END => define function for additional entries... TXT3BYTE ? */ | |
| 404 }; | 409 }; |
| 405 | 410 |
| 406 #endif /* TEXT_MULTILINGUAGE_H */ | 411 #endif /* TEXT_MULTILINGUAGE_H */ |
