From 0a5cd60fe86149f8958fc546e99f6370cb74950e Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 8 Mar 2020 21:46:25 +0100 Subject: When a full screen refresh is done, apply a vertical scroll during the refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow. --- src/libs/lvgl/library.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/libs/lvgl/library.json (limited to 'src/libs/lvgl/library.json') diff --git a/src/libs/lvgl/library.json b/src/libs/lvgl/library.json new file mode 100644 index 00000000..23ecc3fb --- /dev/null +++ b/src/libs/lvgl/library.json @@ -0,0 +1,14 @@ +{ + "name": "lvgl", + "version": "6.1.1", + "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": + { + "type": "git", + "url": "https://github.com/littlevgl/lvgl.git" + }, + "build": { + "includeDir": "." + } +} -- cgit v1.2.3-70-g09d2