️ SPI+DMA+interrupt method (STM32 / MKS UI) (#23464)

This commit is contained in:
Sola
2022-01-16 13:07:37 +08:00
committed by Scott Lahteine
parent 01cb7c19f9
commit a80cafbcfc
8 changed files with 110 additions and 12 deletions

View File

@ -44,6 +44,10 @@
//#define LED_PIN PB2
#if HAS_TFT_LVGL_UI
#define BOARD_INIT OUT_WRITE(PB0, LOW)
#endif
#include "pins_MKS_ROBIN_NANO_common.h"
#if HAS_TFT_LVGL_UI && FAN1_PIN != PB0 && HEATER_1_PIN != PB0