Skip to content

Commit 18916d6

Browse files
committed
Fix Arduino lib name
1 parent f751540 commit 18916d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ESP8266_SSD1306",
33
"version": "4.1.0",
44
"keywords": "ssd1306, oled, display, i2c",
5-
"description": "I2C display driver for SSD1306 OLED displays connected to ESP8266/ESP32/Mbed-OS",
5+
"description": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS",
66
"repository":
77
{
88
"type": "git",

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name=ESP8266, ESP32 and Mbed-OS OLED Driver for SSD1306 displays
1+
name=ESP8266 and ESP32 OLED driver for SSD1306 displays
22
version=4.1.0
33
author=ThingPulse, Fabrice Weinberg
44
maintainer=ThingPulse <[email protected]>
5-
sentence=I2C display driver for SSD1306 OLED displays connected to ESP8266/ESP32/Mbed-OS
5+
sentence=I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS
66
paragraph=The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.
77
category=Display
88
url=https://github.com/ThingPulse/esp8266-oled-ssd1306

0 commit comments

Comments
 (0)