Amir Gonnen
|
7a23be73ab
|
fix(examples) adjust constant names in Micropython examples (#3532)
Due to spurious enums (https://github.com/lvgl/lv_binding_micropython/issues/199) wrong constant names were generated. Fix these constants.
|
2022-07-30 11:10:56 -04:00 |
|
ckielstra
|
a5058eafd0
|
style(examples) fix style issues in Python examples (#2880)
Removes all semicolons at line endings in the Python examples.
|
2021-12-05 08:41:17 -05:00 |
|
Amir Gonnen
|
c751c11a87
|
fix(examples) remove cast in MP scripts (#2354)
After https://github.com/lvgl/lv_binding_micropython/pull/161 merged, it is no longer needed to cast the result of 'e.get_target()'
Also, additional small fixes to allow CI improvements
|
2021-07-07 17:04:46 +02:00 |
|
Uli Raich
|
c60ed68e94
|
adding micropython examples (#2286)
* adding micropython examples
* adding micropython examples
|
2021-06-07 13:56:08 +02:00 |
|