Mercurial > public > ostc4
diff Discovery/Inc/tMenuEditHardware.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 | 734f84b72b30 |
| children |
line wrap: on
line diff
--- a/Discovery/Inc/tMenuEditHardware.h Mon Mar 02 17:22:25 2026 +0100 +++ b/Discovery/Inc/tMenuEditHardware.h Mon Mar 02 17:30:38 2026 +0100 @@ -38,6 +38,7 @@ void openEdit_Hardware(uint8_t line); void openEdit_SensorsO2(); void openEdit_SensorsCO2(); +void openEdit_SensorsHUD(); void refresh_O2Sensors(void); void refresh_CompassEdit(void);
