I am trying to make the attached project, which compiles perfectly for Arduino straight out of the box, to compile for my ESP32 Dev Board.
I had a few reference issues which I got sorted.
The "Undefined reference" I am left with I can't figure out.
- In the .INO file, the libraries GUI_Paint.h and image.h are referenced.
- All the "Paint_" functions, except "Paint_DrawImage", are accessible, and when pressing F12 on them I am taken to the actual function in GUI_Paint.cpp
- The references for Paint_DrawImage look the same as with the others, but the actual function is not accessible. F12 only takes me to the declaration in GUI_Paint.h and not the function in GUI_Paint.cpp
As mentioned before, it compiles fine straight out the box for Arduino.
Any help would be appreciated.
LCD_2inch4.zip (45.2 KB)