0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-16 14:27:32 +00:00

🩹 Add missing FORCE_SOFT_SPI (#24940)

This commit is contained in:
ellensp 2022-11-14 17:42:36 +13:00 committed by Scott Lahteine
parent aaa4e8ecdb
commit d02d7d26c8

View file

@ -423,6 +423,7 @@
#define DOGLCD_A0 EXP1_07_PIN
#define DOGLCD_SCK EXP2_02_PIN
#define DOGLCD_MOSI EXP2_06_PIN
#define FORCE_SOFT_SPI
#elif ENABLED(ENDER2_STOCKDISPLAY)