File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ static const unsigned char PROGMEM logo_bmp[] =
6060void setup () {
6161 Serial.begin (9600 );
6262
63+ // Wait for display
64+ delay (500 );
65+
6366 // SSD1306_SWITCHCAPVCC = generate display voltage from 3.3V internally
6467 if (!display.begin (SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) {
6568 Serial.println (F (" SSD1306 allocation failed" ));
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ static const unsigned char PROGMEM logo_bmp[] =
6060void setup () {
6161 Serial.begin (9600 );
6262
63+ // Wait for display
64+ delay (500 );
65+
6366 // SSD1306_SWITCHCAPVCC = generate display voltage from 3.3V internally
6467 if (!display.begin (SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) {
6568 Serial.println (F (" SSD1306 allocation failed" ));
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ static const unsigned char PROGMEM logo_bmp[] =
6060void setup () {
6161 Serial.begin (9600 );
6262
63+ // Wait for display
64+ delay (500 );
65+
6366 // SSD1306_SWITCHCAPVCC = generate display voltage from 3.3V internally
6467 if (!display.begin (SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) {
6568 Serial.println (F (" SSD1306 allocation failed" ));
You can’t perform that action at this time.
0 commit comments