library.json 526 B

1234567891011121314151617
  1. {
  2. "name": "lvgl",
  3. "version": "8.3.11",
  4. "keywords": "graphics, gui, embedded, tft, lvgl",
  5. "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.",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/lvgl/lvgl.git"
  9. },
  10. "build": {
  11. "includeDir": "."
  12. },
  13. "license": "MIT",
  14. "homepage": "https://lvgl.io",
  15. "frameworks": "*",
  16. "platforms": "*"
  17. }