Skip to content

mikroSDK v2.12.1 released

Latest
Compare
Choose a tag to compare
@StrahinjaJacimovic StrahinjaJacimovic released this 03 Dec 12:42
· 29 commits to master since this release
17a98c5

v2.12.1

  • released: 2024-12-03

Changes

Improvements

mikroSDK

mikroSDK LVGL now has the option to build either LIGHT or HEAVY LVGL configurations.

HEAVY configuration shall have all features of LIGHT configuration, with the addition of below listed features.

Additional options added for HEAVY configuration:

  • CANVAS
  • TABLE
  • ANIMIMG
  • CALENDAR
  • CHART
  • IMGBTN
  • LIST
  • MENU
  • METER
  • MSGBOX
  • SPAN
  • TABVIEW
  • TILEVIEW
  • WIN
  • FLEX
  • GRID

Note that this feature is chosen by NECTO based on MCU memory (RAM/FLASH).

i.e. if MCU has at least 128K RAM and 512K FLASH, heavy configuration will be built.

Fixes

mikroSDK

  • Fixed a stray space character before closing a comment
    • This caused build issues for FS if FF_USE_LFN was defined