OLED_SSD/library.json

35 lines
818 B
JSON

{
"name": "ESP8266, ESP32 and SAMD21 OLED driver for SSD1306 displays",
"version": "1.0.0",
"keywords": "ssd1306, oled, display, i2c, spi",
"description": "I2C/SPI display driver for SSD1306 OLED displays connected to ESP8266, ESP32, SAMD21",
"repository":
{
"type": "git",
"url": "https://git.xpablo.cz/xPablo.cz/OLED_SSD"
},
"authors":
[
{
"name": "Daniel Eichhorn, ThingPulse",
"email": "squix78@gmail.com",
"url": "https://thingpulse.com"
},
{
"name": "Fabrice Weinberg",
"email": "fabrice@weinberg.me"
},
{
"name": "Pavel Brychta",
"email": "pablo@xpablo.cz",
"url": "https://xpablo.cz"
}
],
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32",
"atmelsam"
]
}