Skip to content

Commit a2faa23

Browse files
Update README.md
1 parent 035b074 commit a2faa23

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,9 @@ import sys
102102

103103
def runExample():
104104

105-
# These three lines of code are all you need to initialize the
106-
# OLED and print the splash screen.
105+
# These lines of code are all you need to initialize the OLED and print the splash screen.
107106

108-
# Before you can start using the OLED, call begin() to init
109-
# all of the pins and configure the OLED.
107+
# Before you can start using the OLED, call begin() to init all of the pins and configure the OLED.
110108

111109

112110
print("\nSparkFun Micro OLED Hello Example\n")
@@ -123,8 +121,7 @@ def runExample():
123121

124122
myOLED.print("Hello World") # Add "Hello World" to buffer
125123

126-
# To actually draw anything on the display, you must call the
127-
# display() function.
124+
# To actually draw anything on the display, you must call the display() function.
128125
myOLED.display()
129126

130127
runExample()

0 commit comments

Comments
 (0)