Power Save vs Sleep? #2116
Replies: 2 comments 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.
-
|
Great question - this is exactly the kind of detail that matters when you’re optimizing for ultra-low power. Datasheets can be tricky, especially when “power save” and “sleep mode” sound similar but behave differently under the hood. Digging into how each mode handles internal clocks and refresh cycles is the right move. This mindset carries over to health too - people often ask how does inspire work for sleep apnea when they want a deeper, more efficient solution rather than just surface-level fixes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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