merge dev

This commit is contained in:
Gabor Kiss-Vamosi 2020-07-21 13:42:02 +02:00
parent 6731e44503
commit 35b3a1f2a4
2 changed files with 6 additions and 4 deletions

View File

@ -1,15 +1,17 @@
# Changelog
## v7.4.0 (planned on 18.08.2020)
*Available in the `dev` branch*
## v7.3.0 (planned on 04.08.2020)
Available in the `dev` branch
*Available in the `master` branch*
### New features
- Add `lv_task_get_next`
- Add `lv_event_send_refresh`, `lv_event_send_refresh_recursive` to easily send `LV_EVENT_REFRESH` to object
- Add `lv_tabview_set_tab_name()` function - used to change a tab's name
## v7.2.0 (planned on 21.07.2020)
*Available in the `master` branch*
## v7.2.0 (21.07.2020)
### New features
- Add `LV_CALENDAR_WEEK_STARTS_MONDAY`

2
lvgl.h
View File

@ -79,7 +79,7 @@ extern "C" {
#define LVGL_VERSION_MAJOR 7
#define LVGL_VERSION_MINOR 3
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO ""
#define LVGL_VERSION_INFO "dev"
/**********************
* TYPEDEFS