Skip to content

Commit d0ba0a8

Browse files
author
Kirk
committed
cleanup
1 parent 1c13400 commit d0ba0a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Example-02_Shapes/Example-02_Shapes.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ static const testFn testFunctions[] = {
284284

285285
void setup()
286286
{
287-
delay(100); //Give display time to power on
287+
delay(500); //Give display time to power on
288288
Serial.begin(115200);
289289

290290
Serial.println("\n\r-----------------------------------");

examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Example-02_Shapes.ino
1+
// Example-05_ScrollFlip.ino
22
//
33
// This is a library written for SparkFun Qwiic OLED boards that use the SSD1306.
44
//

0 commit comments

Comments
 (0)