Due to spurious enums (https://github.com/lvgl/lv_binding_micropython/issues/199) wrong constant names were generated. Fix these constants.
Instead of re-implementing LV_GRID_FR, use lv.grid_fr Also use lv.GRID_TEMPLATE.LAST instead of lv.COORD.MAX where needed
* adding micropython examples * adding micropython examples