fix(examples) fix MicroPython examples and run the examples with CI (#2339)
* Fixes to micropython examples Added missing images and fonts under 'assets'. Since .bin is in gitignore, renamed fonts to .fnt * Update build_micropython workflow Build the unix port dev variant and run tests. See: https://github.com/lvgl/lv_binding_micropython/issues/151
This commit is contained in:
@@ -23,6 +23,6 @@ sw.add_state(lv.STATE.DISABLED)
|
||||
sw.add_event_cb(event_handler, lv.EVENT.ALL, None)
|
||||
|
||||
sw = lv.switch(lv.scr_act())
|
||||
sw.add_state(STATE.CHECKED | lv.STATE.DISABLED)
|
||||
sw.add_state(lv.STATE.CHECKED | lv.STATE.DISABLED)
|
||||
sw.add_event_cb(event_handler, lv.EVENT.ALL, None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user