comparison Discovery/Src/tMenuEditXtra.c @ 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 12f8745c8a94
children ff2b393e290f
comparison
equal deleted inserted replaced
551:e3237f580ae9 552:531e7818b737
41 void openEdit_CompassHeading(void); 41 void openEdit_CompassHeading(void);
42 void openEdit_ResetStopwatch(void); 42 void openEdit_ResetStopwatch(void);
43 void openEdit_SimFollowDecostops(void); 43 void openEdit_SimFollowDecostops(void);
44 void openEdit_SetManualMarker(void); 44 void openEdit_SetManualMarker(void);
45 void openEdit_SetEndDive(void); 45 void openEdit_SetEndDive(void);
46 void openEdit_CalibViewport(void);
46 47
47 /* Announced function prototypes -----------------------------------------------*/ 48 /* Announced function prototypes -----------------------------------------------*/
48 uint8_t OnAction_CompassHeading (uint32_t editId, uint8_t blockNumber, uint8_t digitNumber, uint8_t digitContent, uint8_t action); 49 uint8_t OnAction_CompassHeading (uint32_t editId, uint8_t blockNumber, uint8_t digitNumber, uint8_t digitContent, uint8_t action);
49 50
50 /* Exported functions --------------------------------------------------------*/ 51 /* Exported functions --------------------------------------------------------*/