diff --git a/library.json b/library.json new file mode 100644 index 0000000000000000000000000000000000000000..9cbc0a93602118ba0a95206b1f2cb7ccd2c70fc6 --- /dev/null +++ b/library.json @@ -0,0 +1,21 @@ +{ + "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", + "email": "squix78@gmail.com", + "maintainer": true + }, + { + "name": "Fabrice Weinberg" + } + ], + "frameworks": "arduino", + "platforms": "espressif" +}