We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2faa23 commit 2091c45Copy full SHA for 2091c45
README.md
@@ -103,9 +103,6 @@ import sys
103
def runExample():
104
105
# 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
109
110
print("\nSparkFun Micro OLED Hello Example\n")
111
myOLED = qwiic_oled_base.QwiicOledBase()
@@ -115,6 +112,7 @@ def runExample():
115
112
file=sys.stderr)
116
113
return
117
114
+ # Before you can start using the OLED, call begin() to init all of the pins and configure the OLED.
118
myOLED.begin()
119
120
myOLED.clear(myOLED.PAGE) # Clear the display's buffer
0 commit comments