diff --git a/library.json b/library.json new file mode 100644 index 0000000000000000000000000000000000000000..f1a23d478de84a05d6c177a649f5ad9aad4856a2 --- /dev/null +++ b/library.json @@ -0,0 +1,19 @@ +{ + "name": "ESP8266 Oled Driver for SSD1306 display", + "keywords": "Display, ssd1306, arduino, esp8266", + "description": "SSD1306 Oled driver which offers scrolling frames, custom fonts, etc", + "repository": { + "type": "git", + "url": "https://github.com/squix78/esp8266-oled-ssd1306.git" + }, + "authors": [{ + "name": "Daniel Eichhorn", + "url": "http://blog.squix.ch" + }, + { + "name": "Fabrice Weinberg" + } + ], + "frameworks": "arduino", + "platforms": "espressif" +}