summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/library.json
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-08 21:46:25 +0100
committerJF <jf@codingfield.com>2020-03-08 21:46:25 +0100
commit0a5cd60fe86149f8958fc546e99f6370cb74950e (patch)
treed630a6c66d69d22c53b8011e215e1072875c6a29 /src/libs/lvgl/library.json
parentd834f40c1014ac8926af9aaadc434a49e632b000 (diff)
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.
Diffstat (limited to 'src/libs/lvgl/library.json')
-rw-r--r--src/libs/lvgl/library.json14
1 files changed, 14 insertions, 0 deletions
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": "."
+ }
+}