comparison Discovery/Inc/t7.h @ 387:0dbb74be972f

Merged in Ideenmodellierer/ostc4/MotionDetection (pull request #34) MotionDetection
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Sun, 24 Nov 2019 15:46:58 +0000
parents 210bffc496a3
children adb18fe92737
comparison
equal deleted inserted replaced
358:c6a084d1433f 387:0dbb74be972f
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);
49 49
50 uint8_t t7_GetEnabled_customviews();
51
50 /* 52 /*
51 void t7c_refresh(uint32_t FramebufferStartAddress); 53 void t7c_refresh(uint32_t FramebufferStartAddress);
52 */ 54 */
53 55
54 #endif /* T7_H */ 56 #endif /* T7_H */