Add lvgl embedded GUI bindings

This commit is contained in:
Fabien Chouteau
2019-12-04 00:43:51 +01:00
parent dcdb42097f
commit 2a0746459a
3 changed files with 48 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[general]
description = "Bindings for the LVGL embedded GUI framework"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
tags = ["embedded", "gui", "lvgl", "no-std"]
licenses = ["MIT"]
project-files = ["lvgl_ada_1bit_color.gpr",
"lvgl_ada_8bit_color.gpr",
"lvgl_ada_16bit_color.gpr",
"lvgl_ada_32bit_color.gpr"]
["0.1.0"]
origin = "https://github.com/Fabien-Chouteau/lvgl-ada/releases/download/v0.1.0/lvgl_ada-0.1.0.zip"
origin-hashes = ["sha512:997edc53060b3e818f3ec306d234c8041c7719a48c6a4f0228624827a8f5ff0e93139c3d19be2558af2f6829ae62259b271b3a2582ba10ef09b38868b5da0242"]
+17
View File
@@ -0,0 +1,17 @@
[general]
description = "Examples for the LVGL embedded GUI framework Ada binding"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
tags = ["gui", "lvgl"]
licenses = ["MIT"]
project-files = ["lvgl_ada_examples.gpr"]
executables = ["main"]
["0.1.0"]
origin = "https://github.com/Fabien-Chouteau/lvgl-ada-examples/releases/download/v0.1.0/lvgl_ada_examples-0.1.0.zip"
origin-hashes = ["sha512:8267a84190844fbf37ad05195cae64f455544e7605f1678fd408bde065b3cffb15d43f27456a5ea69fa6dea43a8d4e737934019b09bd308c9b37c6f5749890c2"]
["0.1.0".depends-on]
lvgl_ada = "^0.1.0"
lvgl_ada_simulator = "^0.1.0"
+16
View File
@@ -0,0 +1,16 @@
[general]
description = "SDL simulator for the LVGL embedded GUI framework"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
tags = ["gui", "lvgl"]
licenses = ["MIT"]
project-files = ["lvgl_ada_simulator.gpr"]
["0.1.0"]
origin = "https://github.com/Fabien-Chouteau/lvgl-ada-simulator/releases/download/v0.1.0/lvgl_ada_simulator-0.1.0.zip"
origin-hashes = ["sha512:f4132af312c756d38acac0ad0b6c892cbbca4b87c6b4cc6dc8cd6bf556f70aa147f96c405bc94366c015b21d29ce420704f7bb8fcc3f03ef07751358f1ea853f"]
["0.1.0".depends-on]
sdlada = "^2.3.1"
lvgl_ada = "^0.1.0"