Skip to content

Commit 2091c45

Browse files
Update README.md
Fix example comments
1 parent a2faa23 commit 2091c45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ import sys
103103
def runExample():
104104

105105
# These lines of code are all you need to initialize the OLED and print the splash screen.
106-
107-
# Before you can start using the OLED, call begin() to init all of the pins and configure the OLED.
108-
109106

110107
print("\nSparkFun Micro OLED Hello Example\n")
111108
myOLED = qwiic_oled_base.QwiicOledBase()
@@ -115,6 +112,7 @@ def runExample():
115112
file=sys.stderr)
116113
return
117114

115+
# Before you can start using the OLED, call begin() to init all of the pins and configure the OLED.
118116
myOLED.begin()
119117

120118
myOLED.clear(myOLED.PAGE) # Clear the display's buffer

0 commit comments

Comments
 (0)