diff 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
line wrap: on
line diff
--- a/Discovery/Inc/t3.h	Thu Oct 17 21:15:42 2019 +0200
+++ b/Discovery/Inc/t3.h	Thu Oct 17 23:09:17 2019 +0200
@@ -36,5 +36,6 @@
 void t3_init(void);
 void t3_refresh(void);
 void t3_change_customview(void);
+uint8_t t3_GetEnabled_customviews();
 
 #endif /* T3_H */