Skip to content

Commit

Permalink
Fix Arduino lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Nov 10, 2019
1 parent f751540 commit 18916d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -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 <info@thingpulse.com>
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
Expand Down

0 comments on commit 18916d6

Please sign in to comment.