Working LCD_USE_DMA_FSMC (#19522)

This commit is contained in:
Tanguy Pruvot
2020-09-28 04:28:48 +02:00
committed by GitHub
parent 7415e4e66d
commit f3de0f6c53
2 changed files with 11 additions and 1 deletions

View File

@ -124,7 +124,7 @@
#define FSMC_CS_PIN PD7 // pin 88 = FSMC_NE1
#define FSMC_RS_PIN PD11 // pin 58 A16 Register. Only one address needed
//#define LCD_USE_DMA_FSMC // Use DMA transfers to send data to the TFT (broken)
#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