Mercurial > public > ostc4
comparison Discovery/Inc/tHome.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 | 0dbf550dc743 |
children | b560e474e319 |
comparison
equal
deleted
inserted
replaced
385:0cd862e501f6 | 386:39c147e47c1c |
---|---|
132 void t3_basics_show_customview_warnings(GFX_DrawCfgWindow* tXc1); | 132 void t3_basics_show_customview_warnings(GFX_DrawCfgWindow* tXc1); |
133 void t3_basics_refresh_customview(float depth, uint8_t tX_selection_customview, GFX_DrawCfgScreen *tXscreen, GFX_DrawCfgWindow* tXc1, GFX_DrawCfgWindow* tXc2, uint8_t mode); | 133 void t3_basics_refresh_customview(float depth, uint8_t tX_selection_customview, GFX_DrawCfgScreen *tXscreen, GFX_DrawCfgWindow* tXc1, GFX_DrawCfgWindow* tXc2, uint8_t mode); |
134 void t3_basics_refresh_apnoeRight(float depth, uint8_t tX_selection_customview, GFX_DrawCfgScreen *tXscreen, GFX_DrawCfgWindow* tXc1, GFX_DrawCfgWindow* tXc2, uint8_t mode); | 134 void t3_basics_refresh_apnoeRight(float depth, uint8_t tX_selection_customview, GFX_DrawCfgScreen *tXscreen, GFX_DrawCfgWindow* tXc1, GFX_DrawCfgWindow* tXc2, uint8_t mode); |
135 //void _findNextStop(const uint16_t *list, uint8_t *depthOut, uint16_t *lengthOut); | 135 //void _findNextStop(const uint16_t *list, uint8_t *depthOut, uint16_t *lengthOut); |
136 void t3_basics_colorscheme_mod(char *text); | 136 void t3_basics_colorscheme_mod(char *text); |
137 void t3_basics_change_customview(uint8_t *tX_selection_customview, const uint8_t *tX_customviews); | 137 void t3_basics_change_customview(uint8_t *tX_selection_customview, const uint8_t *tX_customviews, uint8_t action); |
138 | 138 |
139 uint8_t tHome_show_lost_connection_count(GFX_DrawCfgScreen *ScreenToWriteOn); | 139 uint8_t tHome_show_lost_connection_count(GFX_DrawCfgScreen *ScreenToWriteOn); |
140 | 140 |
141 #endif /* THOME_H */ | 141 #endif /* THOME_H */ |