Hi,
how can I switch off a I2C OLED? Just by writing an empty string?
oled.clear();
oled.drawString(64, 15, F(""));
oled.display();
I can switch it on with an connected motion detector. But I am not sure if the OLED is really switched off to save power after a period of time.
And another question: How can I rotate the screen 90°?
Thank you.