Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我发现了一个BUG line0.set_line_color(0xffff00, Y) 自动生成的程序文件有两个参数,会出现以下报错。 function takes 4 positional arguments but 3 were given 实际上说明文档中是如下 line_0.set_line_color(0xFF0000, 255, lv.PART.MAIN)。
这个怎么解决?是个编译错误还是我没设置正确?