************************
*     Battery Test     *
*         v0.1         *
************************

By: Israel Lopez Fernandez (Puck2099)
"Fire effect" demo by: Joanvr
Website: http://www.gp32wip.com
Contact and donations (Paypal): puck2099@gmail.com

What is Battery Test?
---------------------
It's an utility used to test battery life and other related variables in an objective and accurate
way, so you can do compare different battery brands or their electrical properties.

How must I install it?
----------------------
Unzip the files anywhere in your SD card. After that, you will be able to launch the app from the
'games' menu.

How to use it
-------------
This program's objective is to test battery life in an accurate way. You should use some recently
charged batteries. Launch this app and wait until batteries are depleted. After the GP2X hangs up
(you can leave it overnight and check the results by morning), look for the file "stats.txt" that
has been generated, and there you can see the results.

When you execute the program, you'll see a menu from which you can select the speed (from 120 to
300 Mhz) and writing rate (time delay between updates to the file "stats.txt" in the SD card). A
shorter the time period means more accurate measures. However, when the program detects that less
than a 10% of battery is remaining, it will change writing rate to 5 minutes (thanks Uncanny for
the idea).

During the execution, a fire effect demo will be shown (code thanks to Joanvr) so you can check
that the application is still running, and at the same time, processor speed, frames per second,
elapsed time, and battery charge remaining will be displayed at the bottom part of the screen,
both numerically and graphically.

The file stats.txt contains the following information: "current charge" is the actual charge when
last measured, and "initial internal charge" and "current internal charge" refer to the exact
measurement contained in the internal registers when the test started and after the last
measurement, respectively.  

Controls:
----------
Joystick -> Navegate into menu items.
START -> Confirm menu/Exit program.

Changelog Battery Test:
-----------------------
v0.1:
-------
- First release.
