comparison Discovery/Inc/t7.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 9bb9a52d6ae5
children 3ccf13af4651
comparison
equal deleted inserted replaced
591:0172431fbad9 592:f52bc70e380f
58 void t7_refresh(void); 58 void t7_refresh(void);
59 void t7_refresh_sleepmode_fun(void); 59 void t7_refresh_sleepmode_fun(void);
60 void t7_refresh_customview_old(void); 60 void t7_refresh_customview_old(void);
61 61
62 void t7_change_field(void); 62 void t7_change_field(void);
63 void t7_change_customview(uint8_t action); 63 uint8_t t7_change_customview(uint8_t action);
64 void t7_select_customview(uint8_t selectedCustomview); 64 void t7_select_customview(uint8_t selectedCustomview);
65 65
66 void t7_set_field_to_primary(void); 66 void t7_set_field_to_primary(void);
67 void t7_set_customview_to_primary(void); 67 void t7_set_customview_to_primary(void);
68 68