You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
imageview.py: add debug
This commit is contained in:
@@ -167,6 +167,7 @@ class ImageView(Activity):
|
||||
def unfocus(self):
|
||||
group = lv.group_get_default()
|
||||
if not group:
|
||||
print("WARNING: imageview.py could not get default focus group")
|
||||
return
|
||||
print("got focus group")
|
||||
# group.focus_obj(self.play_button) would be better but appears missing?!
|
||||
|
||||
Reference in New Issue
Block a user