mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 00:27:40 +00:00
Do not turn off backlight, while typing
Touch event does not delay automatic backlight off
This commit is contained in:

committed by
GitHub

parent
4aaac8545b
commit
e1d80acba8
@@ -343,6 +343,8 @@ void EventDispatcher::handle_encoder() {
|
||||
}
|
||||
|
||||
void EventDispatcher::handle_touch() {
|
||||
portapack::bl_tick_counter = 0;
|
||||
|
||||
touch_manager.feed(get_touch_frame());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user