winneymj / ESP8266_SSD1322

Arduino library for 256x64 OLED ER-OLED032-1 (SSD1322 driver)
MIT License
31 stars 17 forks source link

How to re-use initialization? #10

Open nikeee opened 4 years ago

nikeee commented 4 years ago

I'd like to put the ESP into deep sleep.

While this is possible without turning off the ESP, refreshing the screen data turns the entire screen off.

I think it happens in begin().

Is it possbible to skip party of the initialization to re-use a screen "session"? Or differently put, can we skip turning the screen on/off in begin?