diff --git a/examples/PNG Images/Flash_PNG/Flash_PNG.ino b/examples/PNG Images/Flash_PNG/Flash_PNG.ino index 70d10ea..2407c85 100644 --- a/examples/PNG Images/Flash_PNG/Flash_PNG.ino +++ b/examples/PNG Images/Flash_PNG/Flash_PNG.ino @@ -2,9 +2,6 @@ // This example renders a png file that is stored in a FLASH array // using the PNGdec library (available via library manager). -#include -#define FileSys LittleFS - // Include the PNG decoder library #include #include "panda_png.h" // Image is stored here in an 8 bit array