STM32CubeMX generate "feature not supported" instead ...
The STM32CubeMX generate:
```
#define LCD_SPI_Send_DMA(rd, ln) BSP_ERROR_FEATURE_NOT_SUPPORTED
```
instead if I modify the generated DISPLAY/Target/lcd_conf.h with
`#define LCD_SPI_Send_DMA BSP_SPI1_Send_DMA`
seems work correctly.
I am using:
- Nucleo WB55RG
- GFX01M1
- STM32CubeIDE 1.9
- X Cube Display 2.1.0 (in the package 2.0.0 was correctly defined)
Is this only a STM32CubeMX bug or I can't use SPI + DMA+ Display?
Thanks for the support

