acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
library.json (529B)
1 { 2 "name": "lvgl", 3 "version": "8.3.0-dev", 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 }