HI 4DSystem forum,
I have a GEN4-IOD-24T that works very well. However, I want a better performance ( I know that the solution is GEN4-ULCD-24PT ).
I would like to use an ESP32 circuit, a ST7789 TFT breakout board and the library GXF4D. I have seen that the library is prepared for ESP32. But my problem is that I can not compile the code.
The code crashs in:
GFX4d\src\GFX4d.cpp: In member function 'void GFX4d::begin()':
GFX4d\src\GFX4d.cpp:405:30: error: no matching function for call to 'fs::SDFS::begin(int, SPISettings&)'
if (SD.begin(_sd, spiSettings))
Can you help to compile the GXF4D example for a ESP32 ?
I have a GEN4-IOD-24T that works very well. However, I want a better performance ( I know that the solution is GEN4-ULCD-24PT ).
I would like to use an ESP32 circuit, a ST7789 TFT breakout board and the library GXF4D. I have seen that the library is prepared for ESP32. But my problem is that I can not compile the code.
The code crashs in:
GFX4d\src\GFX4d.cpp: In member function 'void GFX4d::begin()':
GFX4d\src\GFX4d.cpp:405:30: error: no matching function for call to 'fs::SDFS::begin(int, SPISettings&)'
if (SD.begin(_sd, spiSettings))
Can you help to compile the GXF4D example for a ESP32 ?
Comment