mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-26 06:26:17 -05:00
Merge pull request #22 from nemanjan00/patch-1
Do not turn off backlight, while typing
This commit is contained in:
commit
e890e77483
@ -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