Merge pull request #22 from nemanjan00/patch-1

Do not turn off backlight, while typing
This commit is contained in:
Erwin Ried 2020-05-10 16:58:09 +02:00 committed by GitHub
commit e890e77483
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());
}