Android touch screen power consumption

1.2k views Asked by At

Hope this question is in the right place!

I am wondering what would be the power consumption of an app leaving the phone with the screen on, but light at minimum level, just so the screen may respond to touch. How much would turning the light to higher level matter to the power consumption anyway? Is there a good way to calculate/evaluate the level of consumption in a simple way?

Let's assume Samsung Galaxy * phone (running Android).

Thanks!

1

There are 1 answers

1
AterLux On BEST ANSWER

Comparing with the screen backlight, the touch screen power usage is negligible (far less than 0.1 mA). Remaining backlight power consumption, even at almost-zero level, will be more significant. In addition, when screen remains on and device is not locked, there is not only the screen uses the power, but also the CPU is not dropped in the deep sleep mode and remains active.