diff --git a/library.json b/library.json new file mode 100644 index 0000000..8319f73 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "lv_drivers", + "keywords": "littlevgl, lvgl, driver, display, touchpad", + "description": "Drivers for LittlevGL graphics library.", + "repository": { + "type": "git", + "url": "https://github.com/littlevgl/lv_drivers.git" + }, + "build": { + "includeDir": "." + } +}