Due to spurious enums (https://github.com/lvgl/lv_binding_micropython/issues/199) wrong constant names were generated. Fix these constants.
import usys and utime instead of sys and time, as the latter are not available on all platforms
* adding micropython examples * adding micropython examples