lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 156 forks source link

Improve CI tests #151

Closed amirgon closed 3 years ago

amirgon commented 3 years ago

Currently CI test builds and runs advanced_demo.py

kisvegabor commented 3 years ago

We can run all examples created by @uraich too.

uraich commented 3 years ago

I know that lv_example_style_14 still segfaults. I am looking into this

amirgon commented 3 years ago

We can run all examples created by @uraich too.

Examples are part of LVGL repo now, right? I think that first step would be to push the @uraich's examples into LVGL.

kisvegabor commented 3 years ago

Examples are part of LVGL repo now, right?

Yes.

I think that first step would be to push the @uraich's examples into LVGL.

I agree, adding minor changes later is easier.

amirgon commented 3 years ago

Done: