Mercurial > public > ostc4
comparison Discovery/Inc/t3.h @ 386:39c147e47c1c MotionDetection
Added key direction awarness to t3, t5 and t6 views:
In case of big font views the handling of motion events were not considered, As results all events caused a menu change in th same direction.
author | ideenmodellierer |
---|---|
date | Mon, 21 Oct 2019 21:16:53 +0200 |
parents | 427ae9f8e28e |
children | 0a09afac969f |
comparison
equal
deleted
inserted
replaced
385:0cd862e501f6 | 386:39c147e47c1c |
---|---|
33 #include "gfx_engine.h" | 33 #include "gfx_engine.h" |
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(uint8_t action); |
39 uint8_t t3_GetEnabled_customviews(); | 39 uint8_t t3_GetEnabled_customviews(); |
40 | 40 |
41 #endif /* T3_H */ | 41 #endif /* T3_H */ |