You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Improve output
This commit is contained in:
@@ -103,7 +103,6 @@ class AppearanceManager:
|
||||
theme_dark_bool,
|
||||
lv.font_montserrat_12
|
||||
)
|
||||
|
||||
# Reset keyboard button fix style so it's recreated with new theme colors
|
||||
cls._keyboard_button_fix_style = None
|
||||
|
||||
|
||||
@@ -82,4 +82,4 @@ def print_event(event):
|
||||
name = get_event_name(code)
|
||||
target = event.get_target_obj()
|
||||
key = f", key: {event.get_key()}" if code == lv.EVENT.KEY else ""
|
||||
print(f"{target} → {name}{key}")
|
||||
print(f"{target} → {code}:{name}{key}")
|
||||
|
||||
Reference in New Issue
Block a user