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

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());
}