mirror of https://github.com/MLXXXp/Arduboy2.git
3345198d3d
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. |
||
---|---|---|
.. | ||
assets | ||
cabi | ||
docs | ||
Doxyfile |