Working with Flash_PNG.ino with panda.h to compile #3715
Closed
paulw517
started this conversation in
Compatible displays and setup files
Replies: 1 comment
-
Forgot to attached the original sketch: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Flash_PNG.zip
I am attempting to replicate the Flash_PNG.ino sketch with an Elecrow 3.5 in. ILI9488 TFT Display with an embedded ESP32 Wrover-B micro (SKU:05035H).
I am using Arduino IDE Ver: 1.8.12
User_Setup.zip
.
When I compiled and uploaded,, the sketch returned the following message:
``
In file included from C:\Users\Paul\Documents\Arduino\Sketches\Flash_PNG\Flash_PNG.ino:33:
C:\Users\Paul\Documents\Arduino\libraries\TFT_eSPI-master/TFT_eSPI.h:973:8: warning: #warning >>>>------>> TOUCH_CS pin not defined, TFT_eSPI touch functions will not be available! [-Wcpp]
#warning >>>>------>> TOUCH_CS pin not defined, TFT_eSPI touch functions will not be available!
^~~~~~~
In file included from C:\Users\Paul\Documents\Arduino\Sketches\Flash_PNG\Flash_PNG.ino:33:
C:\Users\Paul\Documents\Arduino\libraries\TFT_eSPI-master/TFT_eSPI.h:432:25: error: 'TFT_WIDTH' was not declared in this scope
TFT_eSPI(int16_t _W = TFT_WIDTH, int16_t _H = TFT_HEIGHT);
^~~~~~~~~
C:\Users\Paul\Documents\Arduino\libraries\TFT_eSPI-master/TFT_eSPI.h:432:25: note: suggested alternative: 'TFT_WHITE'
TFT_eSPI(int16_t _W = TFT_WIDTH, int16_t _H = TFT_HEIGHT);
^~~~~~~~~
TFT_WHITE
C:\Users\Paul\Documents\Arduino\libraries\TFT_eSPI-master/TFT_eSPI.h:432:49: error: 'TFT_HEIGHT' was not declared in this scope
TFT_eSPI(int16_t _W = TFT_WIDTH, int16_t _H = TFT_HEIGHT);
^~~~~~~~~~
C:\Users\Paul\Documents\Arduino\libraries\TFT_eSPI-master/TFT_eSPI.h:432:49: note: suggested alternative: 'TFT_OLIVE'
TFT_eSPI(int16_t _W = TFT_WIDTH, int16_t _H = TFT_HEIGHT);
^~~~~~~~~~
TFT_OLIVE
Using library PNGdec at version 1.0.3 in folder: C:\Users\Paul\Documents\Arduino\libraries\PNGdec
Using library SPI at version 2.0.0 in folder: C:\Users\Paul\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.15\libraries\SPI
Using library TFT_eSPI-master at version 2.5.42 in folder: C:\Users\Paul\Documents\Arduino\libraries\TFT_eSPI-master
exit status 1
Error compiling for board ESP32 Wrover Module.
``
Beta Was this translation helpful? Give feedback.
All reactions