github lvgl/lvgl v7.1.0
[v7.1.0]

latest releases: v9.1.0, v8.4.0, v8.4...
3 years ago

New features

  • Add LV_BIG_ENDIAN_SYSTEM flag to lv_conf.h in order to fix displaying images on big endian systems.
  • Add focus_parent attribute to lv_obj
  • Allow using buttons in encoder input device
  • Add lv_btnmatrix_set/get_align capability
  • DMA2D: Remove dependency on ST CubeMX HAL
  • Added max_used propriety to lv_mem_monitor_t struct
  • In lv_init test if the the strings are UTF-8 encoded.
  • Add user_data to themes
  • Add inline function lv_checkbox_get_state(const lv_obj_t * cb) to extend the checkbox functionality.
  • Add inline function lv_checkbox_set_state(const lv_obj_t * cb, lv_btn_state_t state ) to extend the checkbox functionality.

Bugfixes

  • lv_img fix invalidation area when angle or zoom changes
  • Update the style handling to support Big endian MCUs
  • Change some methods to support big endian hardware.
  • remove use of c++ keyword 'new' in parameter of function lv_theme_set_base().
  • Add LV_BIG_ENDIAN_SYSTEM flag to lv_conf.h in order to fix displaying images on big endian systems.
  • Fix inserting chars in text area in big endian hardware.

Don't miss a new lvgl release

NewReleases is sending notifications on new releases.