UiFlow Micropython 1.10.9 on a M5stack Core2, using VSCode to edit and transfer files.
Currently when attempting to run the demo code I get the following :
File "m5stack_avatar.py" line 162 in start type error : object "bound_method" is not a tuple or list
self.face_thread_id = _thread.start_new_thread('face' , self._display, ())