Arduboy2/extras
Scott Allen 3345198d3d Eliminate compile warnings and minor mods for cabi
Compiler warnings generated by cabi.c were mostly due to
signed/unsigned mismatches and unused variables. Unused variables
were removed and most type int variables were changed to unsigned,
since there is no signed math or negative numbers required.

More detailed error messages are reported by using the LodePNG
capability to provide text descriptions for its error codes.

The default output array name prefix was changed
from "out" to "compressed_image".

Changed the on/off opaque/transparent thresholds from 128 to 127,
the half way point, because it makes more sense.

Added a program description to the usage output given when no
arguments are provided.

Other unused code was removed and some code was refactored.
2020-07-24 17:15:37 -04:00
..
assets Squash commits up to Arduboy V1.1 release 2016-05-26 17:18:33 -04:00
cabi Eliminate compile warnings and minor mods for cabi 2020-07-24 17:15:37 -04:00
docs Update or remove outdated URLs 2020-07-24 17:15:37 -04:00
Doxyfile Add read/write EEPROM unit name and ID functions 2017-02-06 18:09:50 -05:00