comparison Discovery/Inc/t3.h @ 384:427ae9f8e28e MotionDetection

Consider number of available t3 views in sector handling: Before chande the number of sectors were taken from t7 view only causing t3 view to be shown inconsistent in case t7 view count were not 6. => added function to count views.
author ideenmodellierer
date Thu, 17 Oct 2019 23:09:17 +0200
parents 5f11787b4f42
children 39c147e47c1c
comparison
equal deleted inserted replaced
383:49a02dea8ae3 384:427ae9f8e28e
34 34
35 /* Exported functions --------------------------------------------------------*/ 35 /* Exported functions --------------------------------------------------------*/
36 void t3_init(void); 36 void t3_init(void);
37 void t3_refresh(void); 37 void t3_refresh(void);
38 void t3_change_customview(void); 38 void t3_change_customview(void);
39 uint8_t t3_GetEnabled_customviews();
39 40
40 #endif /* T3_H */ 41 #endif /* T3_H */