weixin_39695954 2020-11-30 09:44
浏览 0

DISPIO: sys.print_exception causes boot loop in displayio

this causes a boot loop:


for i in range(10):
    print('trying this height', )
    try:
        shp = Shape(100,i)
        for j in range(1,i):
            print(j)
            shp.set_boundary(j,0,100-j)
    except Exception as e:
        sys.print_exception(e)
    time.sleep(1)

该提问来源于开源项目:adafruit/circuitpython

  • 写回答

5条回答 默认 最新

  • weixin_39695954 2020-11-30 09:44
    关注

    I'm on a pyportal

    评论

报告相同问题?