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
+26-8Lines changed: 26 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,18 @@ This is a driver for the SSD1306 based 128x64 pixel OLED display running on the
6
6
7
7
You can either download this library as a zip file and unpack it to your Arduino/libraries folder or (once it has been added) choose it from the Arduino library manager.
8
8
9
+
It is also available as a platformio library. Just execute the following command:
10
+
```
11
+
platformio lib install 562
12
+
```
13
+
9
14
## Credits
10
-
Many thanks go to Fabrice Weinberg (@FWeinb) for optimizing and refactoring the UI library.
15
+
This library has initially been written by Daniel Eichhorn (@squix78). Many thanks go to Fabrice Weinberg (@FWeinb) for optimizing and refactoring the UI library. Also many thanks to the many committers who helped add new features and fix bugs.
11
16
The init sequence for the SSD1306 was inspired by Adafruit's library for the same display.
12
17
13
18
## Usage
14
19
15
-
The SSD1306Demo is a very comprehensive example demonstrating the most important features of the library.
20
+
Check out the examples folder for a few comprehensive demonstrations how to use the library. Also check out the ESP8266 Weather Station library (https://github.com/squix78/esp8266-weather-station) which uses the OLED library to display beautiful weather information.
0 commit comments