Feature #242
Von Maximilian Seesslen vor mehr als 2 Jahren aktualisiert
The image format is not that complicated itself;
https://pyokagan.name/blog/2019-10-14-png/
But an zlib decompression is needed.
Test for armv7 decompress: 21k. Would be ok to inject bigger images to SPI-Flash;
240 * 320 * 3 = 230400; compressed png still > 100k
inflate-binary minSizeRel: 1672 Bytes
Debug: 12600 Bytes
https://pyokagan.name/blog/2019-10-14-png/
But an zlib decompression is needed.
Test for armv7 decompress: 21k. Would be ok to inject bigger images to SPI-Flash;
240 * 320 * 3 = 230400; compressed png still > 100k
inflate-binary minSizeRel: 1672 Bytes
Debug: 12600 Bytes