prepare to release v7.6.0

This commit is contained in:
Gabor Kiss-Vamosi
2020-09-22 10:39:15 +02:00
parent 783dc6be9a
commit f2bd86ed7c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "lvgl", "name": "lvgl",
"version": "7.5.0", "version": "7.6.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": {
+1 -1
View File
@@ -1,5 +1,5 @@
name=lvgl name=lvgl
version=7.5.0 version=7.6.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
+1 -1
View File
@@ -17,7 +17,7 @@ extern "C" {
#define LVGL_VERSION_MAJOR 7 #define LVGL_VERSION_MAJOR 7
#define LVGL_VERSION_MINOR 6 #define LVGL_VERSION_MINOR 6
#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO "dev" #define LVGL_VERSION_INFO ""
/********************* /*********************
* INCLUDES * INCLUDES
+3 -3
View File
@@ -102,9 +102,9 @@ typedef struct {
lv_color_t scale_grad_color; lv_color_t scale_grad_color;
lv_color_t scale_end_color; lv_color_t scale_end_color;
lv_opa_t opa_scale; lv_opa_t opa_scale;
uint32_t clip_corder :1; uint32_t clip_corder : 1;
uint32_t border_post :1; uint32_t border_post : 1;
}style_snapshot_t; } style_snapshot_t;
typedef enum { typedef enum {
STYLE_COMPARE_SAME, STYLE_COMPARE_SAME,