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 1c13400 commit d0ba0a8Copy full SHA for d0ba0a8
examples/Example-02_Shapes/Example-02_Shapes.ino
@@ -284,7 +284,7 @@ static const testFn testFunctions[] = {
284
285
void setup()
286
{
287
- delay(100); //Give display time to power on
+ delay(500); //Give display time to power on
288
Serial.begin(115200);
289
290
Serial.println("\n\r-----------------------------------");
examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino
@@ -1,4 +1,4 @@
1
-// Example-02_Shapes.ino
+// Example-05_ScrollFlip.ino
2
//
3
// This is a library written for SparkFun Qwiic OLED boards that use the SSD1306.
4
0 commit comments