Thank you!. 1.8.0 installed.
Since the version 1.6.0, the pin mapping of the nucleo-F767 variant does not address the SPI1 and SPI3 pins correctly. I enclose the mapping that I used to access both buses.
With this mapping it is possible to simultaneously activate FT81X chip screens (in SPI1) and a mixroSD reader (in SPI3), using a library modification for the 23X gameduino, which we have called GD23ZU. The screen is connected on SPI1 (PA4, PA5, PA6, PA7) and the micro SD reader on SPI3 (PB11, PB2, PB4, PB3).
The library used to access the microSD is the latest version of Greiman's SdFat.