diff --git a/library.json b/library.json index 717f154..f3409a2 100644 --- a/library.json +++ b/library.json @@ -2,7 +2,7 @@ "name": "ESP8266_SSD1306", "version": "4.1.0", "keywords": "ssd1306, oled, display, i2c", - "description": "I2C display driver for SSD1306 OLED displays connected to ESP8266/ESP32/Mbed-OS", + "description": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", "repository": { "type": "git", diff --git a/library.properties b/library.properties index cbe4599..a62c352 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,8 @@ -name=ESP8266, ESP32 and Mbed-OS OLED Driver for SSD1306 displays +name=ESP8266 and ESP32 OLED driver for SSD1306 displays version=4.1.0 author=ThingPulse, Fabrice Weinberg maintainer=ThingPulse -sentence=I2C display driver for SSD1306 OLED displays connected to ESP8266/ESP32/Mbed-OS +sentence=I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS paragraph=The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display. category=Display url=https://github.com/ThingPulse/esp8266-oled-ssd1306