mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 20:46:12 +08:00
29 lines
643 B
JSON
29 lines
643 B
JSON
{
|
|
"name": "ESP8266_SSD1306",
|
|
"version": "4.0.0",
|
|
"keywords": "ssd1306, oled, display, i2c",
|
|
"description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/squix78/esp8266-oled-ssd1306.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Daniel Eichhorn, ThingPulse",
|
|
"email": "squix78@gmail.com",
|
|
"url": "https://thingpulse.com"
|
|
},
|
|
{
|
|
"name": "Fabrice Weinberg",
|
|
"email": "fabrice@weinberg.me"
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"espressif8266",
|
|
"espressif32"
|
|
]
|
|
}
|