stm32 2.4 tft lcd for sale
The lcd-touch library should work with any STM32 board that has a compartment (slot) for TFT LCD shield*. The rest of the project provides an example of how to use the lcd-touch lib on Nucleo F446RE. If your driver is different from ILI9341, refer to lcd.h.
The interface is not SPI: instead, the communication with the LCD is done by acting directly on GPIO Pins and therefore is faster than an SPI alternative implementation, which you could probably find somewhere else.