addd ssd1306 lib
This commit is contained in:
29
P1_gateway_FW/lib/esp8266-oled-ssd1306-4.2.0/library.json
Normal file
29
P1_gateway_FW/lib/esp8266-oled-ssd1306-4.2.0/library.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "ESP8266 and ESP32 OLED driver for SSD1306 displays",
|
||||
"version": "4.2.0",
|
||||
"keywords": "ssd1306, oled, display, i2c",
|
||||
"description": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/ThingPulse/esp8266-oled-ssd1306"
|
||||
},
|
||||
"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",
|
||||
"nordicnrf52"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user