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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# esp8266-oled-ssd1306
2
2
3
3
This is a driver for the SSD1306 based 128x64 pixel OLED display running on the Arduino/ESP8266 platform.
4
+
Can be used with either the I2C or SPI version of the display
4
5
5
6
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.
6
7
7
8
## Credits
8
9
Many thanks go to Fabrice Weinberg (@FWeinb) for optimizing and refactoring the UI library.
9
10
The init sequence for the SSD1306 was inspired by Adafruits library for the same display.
11
+
The SPI code was inspired by somhi/ESP_SSD1306 and the Adafruit library
10
12
11
13
## Usage
12
14
@@ -187,3 +189,9 @@ This frame demonstrates the text alignment. The coordinates in the frame show re
This shows how to use define a maximum width after which the driver automatically wraps a word to the next line. This comes in very handy if you have longer texts to display.
0 commit comments