update changlelog
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v7.4.0 (planned on 18.08.2020)
|
## v7.4.0 (planned on 01.09.2020)
|
||||||
*Available in the `dev` branch*
|
*Available in the `dev` branch*
|
||||||
|
|
||||||
## v7.3.0 (planned on 04.08.2020)
|
## v7.3.1 (planned on 18.08.2020)
|
||||||
*Available in the `master` branch*
|
*Available in the `master` branch*
|
||||||
|
|
||||||
|
## v7.3.0 (04.08.2020)
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
- Add `lv_task_get_next`
|
- 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_event_send_refresh`, `lv_event_send_refresh_recursive` to easily send `LV_EVENT_REFRESH` to object
|
||||||
|
|||||||
4
lvgl.h
4
lvgl.h
@@ -78,8 +78,8 @@ extern "C" {
|
|||||||
/*Current version of LVGL*/
|
/*Current version of LVGL*/
|
||||||
#define LVGL_VERSION_MAJOR 7
|
#define LVGL_VERSION_MAJOR 7
|
||||||
#define LVGL_VERSION_MINOR 3
|
#define LVGL_VERSION_MINOR 3
|
||||||
#define LVGL_VERSION_PATCH 0
|
#define LVGL_VERSION_PATCH 1
|
||||||
#define LVGL_VERSION_INFO ""
|
#define LVGL_VERSION_INFO "dev"
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* TYPEDEFS
|
* TYPEDEFS
|
||||||
|
|||||||
Reference in New Issue
Block a user