This seems like it is likely operator error, when I include `pngle.h` I get a compile time error from the statement ``` type struct _pngle_t pngle_t; ``` In the Arduino environment, the esp32 compiler is complaining that `struct _pngle_t` isn't defined (which it isn't yet as it is defined in the C code).