Calendar widget wrong function name

Hello, I have found a bug in the generated code when using SquareLine studio to generate a calendar widget.
In the corresponding screen the following will be generated: lv_calendar_set_shown_date(ui_Calendar, 2023, 5);

however, the function is actually called lv_calendar_set_*showed*_date: Calendar (lv_calendar) — LVGL documentation

Is have the LVGL version set to 8.3.6 in the setup, but am actually using 8.3.0: perhaps this is the issue.

  • SquareLine Studio version: 1.3.0
  • Operating system: Windows 11
  • LVGL version: 8.3.0

Thank you for reporting it, we will fix it the next release.

1 Like