luat_lvgl_calendar_ex.h 302 B

123456789101112
  1. #ifndef LUAT_LVGL_CALENDAR_EX
  2. #define LUAT_LVGL_CALENDAR_EX
  3. #include "luat_base.h"
  4. #include "lvgl.h"
  5. int luat_lv_calendar_set_highlighted_dates(lua_State *L);
  6. #define LUAT_LV_CALENDAR_EX_RLT {"calendar_set_highlighted_dates", ROREG_FUNC(luat_lv_calendar_set_highlighted_dates)},\
  7. #endif