My analysis of the battery icon is done....results
|
07-01-2017, 07:09 PM
(This post was last modified: 07-01-2017 10:06 PM by webmasterpdx.)
Post: #1
|
|||
|
|||
My analysis of the battery icon is done....results
Here is the table of results. I've changed the output of the routine to output what the HP guys say is the output of the hardware. Note that when it reaches zero, it'll work for a while before popping up a critical low battery message (there are 2 different messages depending on what you are doing, but they are in english and are self explanatary). Note that the color is the color of the on pixels indicating charge level. When empty (zero), the color is white, and that is what is indicated in the table. The Y values are the highest pixel vertically on. Pixels are the number of pixels on for that status.
Code: V Y Pixels HP C Here is the new utility to read the icon and return the percentage battery full. Note that I'm using <> for the not equal symbol (isn't on my laptop keyboard). Code: // Battery test |
|||
07-03-2017, 05:32 AM
(This post was last modified: 07-03-2017 05:37 AM by webmasterpdx.)
Post: #2
|
|||
|
|||
RE: My analysis of the battery icon is done....results
I optimized the code.....
Code: EXPORT BATVAL() // Battery test |
|||
07-03-2017, 10:44 AM
(This post was last modified: 07-03-2017 01:53 PM by DrD.)
Post: #3
|
|||
|
|||
RE: My analysis of the battery icon is done....results
Tap (or click) near the battery icon and a pop up provides more detail, including percent level. Mode info is also provided, which can be changed there.
-Dale- |
|||
07-03-2017, 05:33 PM
Post: #4
|
|||
|
|||
RE: My analysis of the battery icon is done....results
the idea is to determine battery level from a program....
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)