🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Use lvgl canvas on Core2

    Micropython
    micropython
    3
    3
    6.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dario
      last edited by Dario

      I'm trying to use the lvgl canvas on the Core2 with UIFlow V1.7.4.
      I'm using the following test program:

      import lvgl as lv
      
      lv.init()
      
      scr = lv.obj()
      cv = lv.canvas(scr, None)
      
      lv.load_scr(lv)
      

      but when it try to create the canvas it raise the following error:
      'NoneType' object has no attributes'__deference__'

      Can anyone help me?

      1 Reply Last reply Reply Quote 1
      • IAMLIUBOI
        IAMLIUBO
        last edited by

        Hi @Dario ,
        Maybe it’s our reason. It’s been a long time since I synchronized with the upstream of lvgl micropython.

        1 Reply Last reply Reply Quote 0
        • pavelprostoP
          pavelprosto
          last edited by

          it was 2022, canvas does not work as before 😭😭😭

          1 Reply Last reply Reply Quote 0
          • First post
            Last post