a
Revision 18:eba121deab8b, committed 2018-12-18
- Comitter:
- nakedt555
- Date:
- Tue Dec 18 21:00:16 2018 +0000
- Parent:
- 17:a02a801b7531
- Commit message:
- aaaa
Changed in this revision
Adafruit_SSD1306.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a02a801b7531 -r eba121deab8b Adafruit_SSD1306.cpp --- a/Adafruit_SSD1306.cpp Wed Dec 12 03:35:34 2018 +0000 +++ b/Adafruit_SSD1306.cpp Tue Dec 18 21:00:16 2018 +0000 @@ -49,14 +49,15 @@ { rst = 1; // VDD (3.3V) goes high at start, lets just chill for a ms - wait_ms(1); + wait_ms(10); // bring reset low rst = 0; // wait 10ms - wait_ms(10); + wait_ms(100); // bring out of reset rst = 1; // turn on VCC (9V?) + wait_ms(100); command(SSD1306_DISPLAYOFF); command(SSD1306_SETDISPLAYCLOCKDIV);