summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/library.json
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-25 15:33:56 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-25 15:33:56 (GMT)
commit0d1d67d00715232e0a17e37a05c77bf83d50a2e2 (patch)
tree4a8df6f52ef2a39c3e3d11bd5c774237f44ea9e2 /src/libs/lvgl/library.json
parentbfddfc467425891853d8c39451fd2acdcf7b8e77 (diff)
include copy of lvgl
Diffstat (limited to 'src/libs/lvgl/library.json')
m---------src/libs/lvgl0
-rw-r--r--src/libs/lvgl/library.json17
2 files changed, 17 insertions, 0 deletions
diff --git a/src/libs/lvgl b/src/libs/lvgl
deleted file mode 160000
-Subproject 23430cf20e32294549fff9b2879a9466dacc19b
diff --git a/src/libs/lvgl/library.json b/src/libs/lvgl/library.json
new file mode 100644
index 0000000..a41b15c
--- /dev/null
+++ b/src/libs/lvgl/library.json
@@ -0,0 +1,17 @@
+{
+ "name": "lvgl",
+ "version": "7.11.0",
+ "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.",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/lvgl/lvgl.git"
+ },
+ "build": {
+ "includeDir": "."
+ },
+ "license": "MIT",
+ "homepage": "https://lvgl.io",
+ "frameworks": "*",
+ "platforms": "*"
+}