summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/library.json
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-25 16:24:02 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-25 16:29:26 (GMT)
commit196b8325544174f571e6394259d11c56eaad8cb4 (patch)
tree399fd5ab9751099c062682176d51e5c8a782afbe /src/libs/lvgl/library.json
parent691fa334cd0660eb6a7663106a82b996dd1eada0 (diff)
Revert "include copy of lvgl"
This reverts commit 0d1d67d00715232e0a17e37a05c77bf83d50a2e2.
Diffstat (limited to 'src/libs/lvgl/library.json')
m---------src/libs/lvgl0
-rw-r--r--src/libs/lvgl/library.json17
2 files changed, 0 insertions, 17 deletions
diff --git a/src/libs/lvgl b/src/libs/lvgl
new file mode 160000
+Subproject 23430cf20e32294549fff9b2879a9466dacc19b
diff --git a/src/libs/lvgl/library.json b/src/libs/lvgl/library.json
deleted file mode 100644
index a41b15c..0000000
--- a/src/libs/lvgl/library.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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": "*"
-}