summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/library.json
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-05-17 09:27:36 +0200
committerJF <jf@codingfield.com>2020-05-17 09:27:36 +0200
commit9753967d8aa4c2d9d7af1246dcf4835c6ed21728 (patch)
treefa180f5914a6e9f88fc67ce9096a775f82bb0fb8 /src/libs/lvgl/library.json
parentd58f57b1b5a616debf893f209f1d96cac101489e (diff)
Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen used 2 lv_img objects (occured in Clock).
Diffstat (limited to 'src/libs/lvgl/library.json')
-rw-r--r--src/libs/lvgl/library.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lvgl/library.json b/src/libs/lvgl/library.json
index 23ecc3fb..d8b0bf76 100644
--- a/src/libs/lvgl/library.json
+++ b/src/libs/lvgl/library.json
@@ -1,6 +1,6 @@
{
"name": "lvgl",
- "version": "6.1.1",
+ "version": "v6.1.2",
"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.",
"repository":