comparison Discovery/Inc/t7.h @ 685:980d7f8d5530 Betatest

Bugfix automatic switch to o2 sensor custom view: In surface mode the custom view will automatically switch to the o2 sensor view in case the OSTC4 is set to sensor mode. This was also done in case the o2 sensor view was deactivated. This lead to a automatic switch to e.g. compass what was not intended. In the new version the automatic switching is deactivated in case the custom view is deactivated
author Ideenmodellierer
date Wed, 03 Aug 2022 18:19:03 +0200
parents 1b995079c045
children 5071d554aaa5
comparison
equal deleted inserted replaced
684:9bc817e9e221 685:980d7f8d5530
71 void t7_set_customview_to_primary(void); 71 void t7_set_customview_to_primary(void);
72 72
73 void init_t7_compass(void); 73 void init_t7_compass(void);
74 74
75 uint8_t t7_GetEnabled_customviews(); 75 uint8_t t7_GetEnabled_customviews();
76 uint8_t t7_customview_disabled(uint8_t view);
76 77
77 /* 78 /*
78 void t7c_refresh(uint32_t FramebufferStartAddress); 79 void t7c_refresh(uint32_t FramebufferStartAddress);
79 */ 80 */
80 81