From 896bbf62deb755763ff1799e7042a08c685ed801 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 16 Mar 2022 16:52:24 +0000 Subject: [PATCH] Update Flash_PNG.ino --- examples/PNG Images/Flash_PNG/Flash_PNG.ino | 3 --- 1 file changed, 3 deletions(-) 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