comparison Discovery/Inc/t7.h @ 361:b111fc4250e9 MotionDetection

Pass action to customer vie update function. By intoducing shakes the reason for calling an update may not only be the middle button. To be able to handle positiv and negativ shake events the action is now provided to the update function
author Ideenmodellierer
date Tue, 11 Jun 2019 05:30:09 +0200
parents 5f11787b4f42
children 210bffc496a3
comparison
equal deleted inserted replaced
360:fc5e9fdcb156 361:b111fc4250e9
38 void t7_refresh(void); 38 void t7_refresh(void);
39 void t7_refresh_sleepmode_fun(void); 39 void t7_refresh_sleepmode_fun(void);
40 void t7_refresh_customview_old(void); 40 void t7_refresh_customview_old(void);
41 41
42 void t7_change_field(void); 42 void t7_change_field(void);
43 void t7_change_customview(void); 43 void t7_change_customview(uint8_t action);
44 44
45 void t7_set_field_to_primary(void); 45 void t7_set_field_to_primary(void);
46 void t7_set_customview_to_primary(void); 46 void t7_set_customview_to_primary(void);
47 47
48 void init_t7_compass(void); 48 void init_t7_compass(void);