fix for kingroon kp3s pro to avoid not start print due to shared TFT IO pins

This commit is contained in:
JoseangeloMSI 2026-02-26 17:59:33 +01:00
parent 3f66c8829a
commit 0843bd8863

View file

@ -3518,7 +3518,7 @@
*/
#define TFT_THEME BLACK_MARLIN
//#define TFT_SHARED_IO // I/O is shared between TFT display and other devices. Disable async data transfer.
#define TFT_SHARED_IO // I/O is shared between TFT display and other devices. Disable async data transfer.
#define COMPACT_MARLIN_BOOT_LOGO // Use compressed data to save Flash space
#endif