Mercurial > public > ostc4
diff Discovery/Inc/tMenuEditCustom.h @ 552:531e7818b737
Added menu structure to acces viewport calibration:
A menu item in surface and dive mode has been added to calibrate the view point between diver and OSTC display. For a proper calibration the diver needs to face north (0? ) => Detailed instruction / guidance to be added.
author | Ideenmodellierer |
---|---|
date | Sun, 08 Nov 2020 18:46:46 +0100 |
parents | e221cf762f45 |
children | e581425c7e3e |
line wrap: on
line diff
--- a/Discovery/Inc/tMenuEditCustom.h Sun Nov 08 18:43:19 2020 +0100 +++ b/Discovery/Inc/tMenuEditCustom.h Sun Nov 08 18:46:46 2020 +0100 @@ -38,5 +38,7 @@ void openEdit_CustomviewDivemode(const uint8_t* pcv_changelist); void openEdit_CustomviewDivemodeMenu(uint8_t line); void CustomviewDivemode_refresh(); +void refresh_ViewPort(void); +void tViewControl(uint8_t sendAction); #endif /* TMENU_EDIT_CUSTOM_H */