Do not turn off backlight, while typing

Touch event does not delay automatic backlight off
This commit is contained in:
Nemanja Nedeljković 2020-05-09 16:23:22 +02:00 committed by GitHub
parent 4aaac8545b
commit e1d80acba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,6 +343,8 @@ void EventDispatcher::handle_encoder() {
}
void EventDispatcher::handle_touch() {
portapack::bl_tick_counter = 0;
touch_manager.feed(get_touch_frame());
}