-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Labels
A: STM32C: LCD & ControllersFix IncludedA fix is included in the descriptionA fix is included in the descriptionT: Feature RequestFeatures requested by users.Features requested by users.
Description
Is your feature request related to a problem? Please describe.
Currently "SPI TFT is currently only supported on STM32F1 and STM32F4 hardware", while new BTT SKR 3 board is STM32H7 based. Thus it's impossible to replace stock BTT SKR 2 board with SKR 3, as Biqu S1 SE uses TFT35 SPI screen.
I tried to add #include "stm32h7xx_hal.h", but build failed with error
Marlin\src\HAL\STM32\tft\xpt2046.cpp:146:18: error: 'struct SPI_TypeDef' has no member named 'DR'; did you mean 'SR'?
146 | SPIx.Instance->DR = data;
Are you looking for hardware support?
Biqu S1 SE (Plus)
Describe the feature you want
Support TFT SPI screens on STM32H7 pratform
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A: STM32C: LCD & ControllersFix IncludedA fix is included in the descriptionA fix is included in the descriptionT: Feature RequestFeatures requested by users.Features requested by users.