🔨 More HAL/STM32 targets (#22358, #22369)

This commit is contained in:
ellensp
2021-07-15 14:07:46 +12:00
committed by Scott Lahteine
parent 8283f1577a
commit b6cb56f396
5 changed files with 184 additions and 30 deletions

View File

@ -134,6 +134,8 @@
#define FSMC_DMA_DEV DMA2
#define FSMC_DMA_CHANNEL DMA_CH5
#define TFT_CS_PIN FSMC_CS_PIN
#define TFT_RS_PIN FSMC_RS_PIN
#endif
#if ENABLED(TFT_LVGL_UI)