🔨 Fix HAL/STM32 F103Zx builds (#22610)
This commit is contained in:
committed by
Scott Lahteine
parent
5e97f37a78
commit
086fa0f0a7
@ -147,6 +147,9 @@
|
||||
#define FSMC_CS_PIN PD7 // NE4
|
||||
#define FSMC_RS_PIN PD11 // A0
|
||||
|
||||
#define TFT_CS_PIN FSMC_CS_PIN
|
||||
#define TFT_RS_PIN FSMC_RS_PIN
|
||||
|
||||
#define LCD_USE_DMA_FSMC // Use DMA transfers to send data to the TFT
|
||||
#define FSMC_DMA_DEV DMA2
|
||||
#define FSMC_DMA_CHANNEL DMA_CH5
|
||||
|
Reference in New Issue
Block a user