mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 06:49:24 -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() {
|
||||
portapack::bl_tick_counter = 0;
|
||||
|
||||
touch_manager.feed(get_touch_frame());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user