Files
TTGO_TWatch_Library/docs/power.md
2020-03-26 09:40:58 +08:00

12 lines
640 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# About power consumption:
- EN: Off the screen, turn off WiFi, Bluetooth and other peripherals consume about 4mA (non-deep sleep), turn on the screen power, do not turn on WiFi, Bluetooth and other peripherals around 65mA, please refer to `example -> SimpleWatch` for the specific code.
- CN: 关闭屏幕关闭WiFi,蓝牙和其他外围设备功耗在4mA左右非深度睡眠开屏功耗,不开启WiFi,蓝牙和其他外围设备在65mA左右具体代码请参考`example -> SimpleWatch`
## Off screen power consumption
![](../images/off.png)
## Open screen power consumption
![](../images/on.png)