You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# ESP8266 OLED SSD1306
4
4
5
-
> We just released version 3.0.0. Please have a look at our [upgrade guide](UPGRADE-3.0.md)
5
+
> We just released version 4.0.0. Please have a look at our [upgrade guide](UPGRADE-4.0.md)
6
6
7
7
This is a driver for the SSD1306 based 128x64 pixel OLED display running on the Arduino/ESP8266 platform.
8
8
Can be used with either the I2C or SPI version of the display
@@ -15,6 +15,7 @@ platformio lib install 562
15
15
```
16
16
17
17
## Credits
18
+
18
19
This library has initially been written by Daniel Eichhorn (@squix78). Many thanks go to Fabrice Weinberg (@FWeinb) for optimizing and refactoring many aspects of the library. Also many thanks to the many committers who helped to add new features and who fixed many bugs.
19
20
The init sequence for the SSD1306 was inspired by Adafruit's library for the same display.
20
21
@@ -26,7 +27,7 @@ Check out the examples folder for a few comprehensive demonstrations how to use
26
27
27
28
The API changed a lot with the 3.0 release. If you were using this library with older versions please have a look at the [Upgrade Guide](UPGRADE-3.0.md).
28
29
29
-
Going from 3.x version to 4.0 a lot of internals changed and compatibility for more displays was added. Please read the [Upgrade Guide](UPGRADE-4.0.md)
30
+
Going from 3.x version to 4.0 a lot of internals changed and compatibility for more displays was added. Please read the [Upgrade Guide](UPGRADE-4.0.md).
30
31
31
32
## Features
32
33
@@ -60,16 +61,16 @@ The library supports different protocols to access the OLED display. Currently t
0 commit comments