Release v7.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lvgl",
|
"name": "lvgl",
|
||||||
"version": "v7.0.1",
|
"version": "v7.0.2",
|
||||||
"keywords": "graphics, gui, embedded, littlevgl",
|
"keywords": "graphics, gui, embedded, littlevgl",
|
||||||
"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":
|
||||||
|
|||||||
2
lvgl.h
2
lvgl.h
@@ -79,7 +79,7 @@ extern "C" {
|
|||||||
#define LVGL_VERSION_MAJOR 7
|
#define LVGL_VERSION_MAJOR 7
|
||||||
#define LVGL_VERSION_MINOR 0
|
#define LVGL_VERSION_MINOR 0
|
||||||
#define LVGL_VERSION_PATCH 2
|
#define LVGL_VERSION_PATCH 2
|
||||||
#define LVGL_VERSION_INFO "dev"
|
#define LVGL_VERSION_INFO ""
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* TYPEDEFS
|
* TYPEDEFS
|
||||||
|
|||||||
@@ -32,10 +32,10 @@ def lvgl_clone():
|
|||||||
|
|
||||||
def lvgl_format():
|
def lvgl_format():
|
||||||
title("lvgl: Run code formatter")
|
title("lvgl: Run code formatter")
|
||||||
os.chdir("./scripts")
|
os.chdir("./scripts")
|
||||||
cmd("./code-formatter.sh")
|
cmd("./code-formatter.sh")
|
||||||
cmd("git ci -am 'Run code formatter'")
|
cmd("git ci -am 'Run code formatter'")
|
||||||
os.chdir("..")
|
os.chdir("..")
|
||||||
|
|
||||||
def lvgl_update_version():
|
def lvgl_update_version():
|
||||||
title("lvgl: Update version number")
|
title("lvgl: Update version number")
|
||||||
|
|||||||
Reference in New Issue
Block a user