...
Restrictions in BMP to RLE Conversion
The dimensions of the image should be within that supported by the device. Otherwise there is no restriction on the BMP; any BMP can be converted to RLE, but possibly with some loss according to the limits of the RLE format and the device. Two things to keep in mind when creating a BMP for overlay are transparency and number of unique colors.
...
Note that a checksum is not generated by the makeover tool; the user will need to generate a checksum required by the target product.
Command line parameters
-inbmp <filename>
Specify the filename of an image file to load. Supported file formats include BMP, PNG, JPEG and TIFF. If the image contains too many unique colors, it will be quantized down to eight colors.
-transparency <rule>
Specify the transparency rule to apply when reading the file given by -inbmp. The transparency rule defines how to generate the image transparency (alpha plane).
The rules are:
...
Command Line Parameters are;
-inbmp <filename>
Specify the filename of an image file to load. Supported file formats include BMP, PNG, JPEG and TIFF. If the image contains too many unique colors, it will be quantized down to eight colors.
...
-rev <n>
Specify the revision of the RLE overlay bitmap file format directly.
AP0100 series uses rev 3.
AP0102/AP0200 series uses rev 4.
AP0300 uses rev 5.
Only MT9V126 REV1 uses rev 1.
All others use rev 2.
By default the revision is set to 2.
When -inrle is used, the revision is determined automatically from the file itself.
...
-noshapes
Do not use shape instructions when encoding RLE.
-faderenable <n>
Specify the fader enable mode, use 1 to enable, 0 to disable.
-faderstartline <n>
Specify line number for the starting point of the fader.
-fadersatrt <n>
Specify start alpha value of the fader.
-fadermax <n>
Specify the max alpha value of the fader.
-faderstep <n>
Specify the step value of the fader.
-parampool <address>
Specify the register address of the sensor command parameter pool. Defaults to 0x0990. If you set this to 0 then the tool will address the command pool by symbol name rather than by numerical address.
(Normally you don't need to use this parameter.)
...