1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/docs/TODO_MAJOR.md
2017-10-20 21:18:10 +02:00

1.1 KiB

TODOs for major versions

Major versions released typically when API changes are required

Contributing

Please create an issue to suggest a new feature instead of adding pull request to this file.

v5

Architectural changes

  • Rename repository from lvgl to littlevgl
  • Rename repository from proj_pc to pc_simulator
  • Integrate hal in LittlevGL as a normal folder
  • Create a new repository for examples
  • Convert Applications into simple examples
  • Add tests for all object types

API changes

  • Remove LV_DOWNSCALE (LV_ANTIALIAS will be used instead)
  • Rename (and slightl rework) some function, defines and enums to be more descriptive
  • lv_btnm: rework width control. Now a control byte is used for width, hide and no long press settings.
  • LV_LABEL_LONG_DOTS removed, use LV_LABEL_LONG_ROLL instead
  • lv_list_set_element_text_roll() removed.
  • lv_ddlist_set_fix_height() instead of auto_size
  • rename lv_dispi_... to lv_indev_...
  • lv_dispi_t removed from lv_action_type_t. Use lv_indev_act() instead