prepare to release v7.4.0

This commit is contained in:
Gabor Kiss-Vamosi
2020-09-01 11:34:10 +02:00
parent beec11565c
commit 343605ebac
5 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## v7.4.0 (planned on 01.09.2020) ## v7.4.0 (01.09.2020)
The main new features of v7.4 are run-time font loading, style caching and arc knob with value setting by click. The main new features of v7.4 are run-time font loading, style caching and arc knob with value setting by click.

View File

@@ -1,6 +1,6 @@
{ {
"name": "lvgl", "name": "lvgl",
"version": "7.3.1", "version": "7.4.0",
"keywords": "graphics, gui, embedded, tft, lvgl", "keywords": "graphics, gui, embedded, tft, lvgl",
"description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.", "description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.",
"repository": { "repository": {

View File

@@ -1,5 +1,5 @@
name=lvgl name=lvgl
version=7.3.1 version=7.4.0
author=kisvegabor author=kisvegabor
maintainer=kisvegabor,embeddedt,pete-pjb maintainer=kisvegabor,embeddedt,pete-pjb
sentence=Full-featured Graphics Library for Embedded Systems sentence=Full-featured Graphics Library for Embedded Systems

2
lvgl.h
View File

@@ -17,7 +17,7 @@ extern "C" {
#define LVGL_VERSION_MAJOR 7 #define LVGL_VERSION_MAJOR 7
#define LVGL_VERSION_MINOR 4 #define LVGL_VERSION_MINOR 4
#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO "dev" #define LVGL_VERSION_INFO ""
/********************* /*********************
* INCLUDES * INCLUDES

View File

@@ -1049,8 +1049,9 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */
/*Rotary (dependencies: lv_arc, lv_btn)*/ /*Rotary (dependencies: lv_arc, lv_btn)*/
#ifndef LV_USE_ROTARY #ifndef LV_USE_ROTARY
#define LV_USE_ROTARY 1 #define LV_USE_ROTARY 1
#endif #endif
/*Slider (dependencies: lv_bar)*/ /*Slider (dependencies: lv_bar)*/
#ifndef LV_USE_SLIDER #ifndef LV_USE_SLIDER
#define LV_USE_SLIDER 1 #define LV_USE_SLIDER 1