micropython lvgl bindings

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

micropython lvgl bindings

567 Views
dsl400
Contributor I

I am trying to use the `micropython` generated code on an actual device and I am having trouble figuring out what version of `lvgl` to use when compiling `micropython`

I tried compiling with 9.2.1 but the bindings do not seem to match 

`AttributeError: 'animimg' object has no attribute 'set_playback_time'`

0 Kudos
Reply
1 Reply

541 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @dsl400,

Could you please share the project settings as well as the process you take in order to see this issue?

I tried to recreate your issue with a simple project for the MIMXRT1170-EVKB (since I had this board on hand), and added an aimg setting its playback to 0 and 1 (since the issue you describe seems to be related to the playback time). However, I saw no error when running the micropython simulator.

 

0 Kudos
Reply