如题,错误如下:
Traceback (most recent call last):
File "<stdin>", line 98, in <module>
OSError: [Errno 5] EIO
MicroPython v0.5.0-19-g64e411a on 2020-02-19; Sipeed_M1 with kendryte-k210
Type "help()" for more information.
其中第98行是这一行代码: ts.init(i2c)
我试的是这个lvgl_unicode.py