mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-02 20:24:41 +02:00
Update Flash_PNG.ino
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
// This example renders a png file that is stored in a FLASH array
|
// This example renders a png file that is stored in a FLASH array
|
||||||
// using the PNGdec library (available via library manager).
|
// using the PNGdec library (available via library manager).
|
||||||
|
|
||||||
#include <LittleFS.h>
|
|
||||||
#define FileSys LittleFS
|
|
||||||
|
|
||||||
// Include the PNG decoder library
|
// Include the PNG decoder library
|
||||||
#include <PNGdec.h>
|
#include <PNGdec.h>
|
||||||
#include "panda_png.h" // Image is stored here in an 8 bit array
|
#include "panda_png.h" // Image is stored here in an 8 bit array
|
||||||
|
Reference in New Issue
Block a user