Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Inc/text_multilanguage.h Sun Mar 15 21:28:53 2026 +0100 +++ b/Discovery/Inc/text_multilanguage.h Sun Mar 15 21:40:35 2026 +0100 @@ -400,7 +400,12 @@ TXT2BYTE_Pulse, TXT2BYTE_Logger, + TXT2BYTE_FUNCTION, + TXT2BYTE_AscentSpeed, + TXT2BYTE_END, + + /* TODO: we are close to the end of TXT2BYTE_END => define function for additional entries... TXT3BYTE ? */ }; #endif /* TEXT_MULTILINGUAGE_H */
