diff Discovery/Inc/t3.h @ 592:f52bc70e380f

MotionCtrl - Sectorview Map sectors directly to custom views: In previous version detection of sector changes lead to a button event which triggered the change of the shown custom view. As result the views shown were depending on the angle which is present while entering focus state. The new implementation maps the primary view to the center sector and assigns the other enabled views around the center => views will always appear at the same angle value.
author Ideenmodellierer
date Sun, 03 Jan 2021 14:43:16 +0100
parents 64bf41faab83
children b6d8a6fbf4fd
line wrap: on
line diff
--- a/Discovery/Inc/t3.h	Wed Jan 06 22:02:49 2021 +0100
+++ b/Discovery/Inc/t3.h	Sun Jan 03 14:43:16 2021 +0100
@@ -35,6 +35,7 @@
 /* Exported functions --------------------------------------------------------*/
 void t3_init(void);
 void t3_refresh(void);
+void t3_select_customview(uint8_t selectedCustomview);
 uint8_t t3_change_customview(uint8_t action);
 uint8_t t3_GetEnabled_customviews(void);
 uint8_t t3_getCustomView(void);