mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 01:27:24 -04:00
Do not turn off backlight, while typing
Touch event does not delay automatic backlight off
This commit is contained in:
parent
4aaac8545b
commit
e1d80acba8
1 changed files with 2 additions and 0 deletions
|
@ -343,6 +343,8 @@ void EventDispatcher::handle_encoder() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void EventDispatcher::handle_touch() {
|
void EventDispatcher::handle_touch() {
|
||||||
|
portapack::bl_tick_counter = 0;
|
||||||
|
|
||||||
touch_manager.feed(get_touch_frame());
|
touch_manager.feed(get_touch_frame());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue