Question
2.8'' ILI9341 SPI LCD and XPT2046 Touch Controller
I'm trying to integrate the display in question with TGX 4.13. This is the LCD module.
I developed the drivers for both display and touch, configured the project and trying to follow what is reported in the documentation at this link (spi scenarios for ST7789H2).
I have an error during compilation which is as follows:
../TouchGFX/target/TouchGFXHAL.cpp:91:8: error: 'class TouchGFXHAL' has no member named 'copyFrameBufferBlockToLCD'; did you mean 'setFrameBufferAllocator'?How to solve?
