Small improvements: - Remove cast from get_pressed_date - Check return value of get_pressed_date - Call set_today_date on clicked date - Compact highlighted_days - Added a switch to show different header type
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
* adding micropython examples * adding micropython examples