Rename Icon to Image

This commit is contained in:
Michal Moskal
2017-10-30 13:28:01 +00:00
parent f6e350cf9f
commit dcb398d3d5
7 changed files with 57 additions and 50 deletions

View File

@ -33,9 +33,9 @@ static uint8_t revbits(uint8_t v) {
return v;
}
/** Decompresses a 1-bit gray scale PNG image to icon format. */
/** Decompresses a 1-bit gray scale PNG image to image format. */
//%
Buffer unpackPNG(Buffer png) {
Image unpackPNG(Buffer png) {
if (!png) {
DMESG("PNG: Missing image");
return NULL;