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:
@@ -35,6 +35,6 @@ btn_battery.add_event_cb(event_handler,lv.EVENT.ALL, None)
|
||||
list1.add_text("Exit")
|
||||
btn_apply = list1.add_btn(lv.SYMBOL.OK, "Apply")
|
||||
btn_apply.add_event_cb(event_handler,lv.EVENT.ALL, None)
|
||||
btn_close = list1.add_btn(LV_SYMBOL.CLOSE, "Close")
|
||||
btn_close = list1.add_btn(lv.SYMBOL.CLOSE, "Close")
|
||||
btn_close.add_event_cb(event_handler,lv.EVENT.ALL, None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user