Skip to content

Releases: bitbank2/PNGdec

Fixed buffer alignment problem

14 Apr 21:21
Compare
Choose a tag to compare

This release fixes a problem when the IDAT size is smaller than the PNGdec read file size (usually 2K).

Added support for gray+alpha->RGB565

07 Sep 11:01
deb8049
Compare
Choose a tag to compare

This release adds support for the pixel type "gray+alpha" (8 bit gray + 8 bit alpha value) to the getLineAsRGB565() function.

Initial Release

02 Jun 12:03
Compare
Choose a tag to compare

PNGdec is a PNG image decoder designed for MCUs with at least 48k of RAM. The features are focused on Arduino devices with a RGB565 LCD display for output.