mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-03-01 01:17:20 +00: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
@ -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…
x
Reference in New Issue
Block a user