Power Save vs Sleep? #2116
Fishbone69
started this conversation in
General
Replies: 1 comment 14 replies
-
The u8g2 power save cmd will usually only turn off the display. There are some rare cases where people contributed proper low power cmd sequence. In case of the SH1106 (which is compatible to the SSD1306) just the display is turned off: u8g2/csrc/u8x8_d_ssd1306_128x64_noname.c Lines 215 to 219 in b92f9e5 Things to consider:
|
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All.
I am using an SH1106 and am able to get it to sleep and awaken using the u8g2.setPowerSave(1); I went back to the data sheet on the display and they discuss power save and also "sleep mode". Are power save and sleep mode the same thing? I am trying to use the lowest power consumption I can. So if sleep mode is less consumption than power save, I may want to look into that.
Thanks, smart ppl!
Fish
Beta Was this translation helpful? Give feedback.
All reactions