File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,9 @@ import sys
102102
103103def 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 (" \n SparkFun 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
130127runExample()
You can’t perform that action at this time.
0 commit comments