Mercurial > public > ostc4
diff Common/Inc/configuration.h @ 1078:082825daccb5 Icon_Integration tip
Added control views for HUD:
The HUD implementation may now be activated by the compile switch ENABLE_HUD_SUPPORT. The HUD will become visible onces detected in the CvOpt overview menu. The first implementation is for testing only => The LEDs may be operated by a number field. Positiv values activate the red, negativ the green LEDs. Depending on the value blink sequences will be scheduled.
At the moment no dive specific data is mapped to the LED operation (like e.g. warnings).
| author | Ideenmodellierer |
|---|---|
| date | Mon, 02 Mar 2026 17:30:38 +0100 |
| parents | 4499227a2db8 |
| children |
line wrap: on
line diff
--- a/Common/Inc/configuration.h Mon Mar 02 17:22:25 2026 +0100 +++ b/Common/Inc/configuration.h Mon Mar 02 17:30:38 2026 +0100 @@ -113,5 +113,7 @@ /* Enable to have advanced gas information lite bottle size and pressure available */ /* #define ENABLE_ADVANCED_GAS */ +/* Enable to have protocol support for external HUD */ +/* #define ENABLE_HUD_SUPPORT */ #endif
