From 0843bd8863d4b9e2e7bdf4bb4319d55f14950d55 Mon Sep 17 00:00:00 2001 From: JoseangeloMSI Date: Thu, 26 Feb 2026 17:59:33 +0100 Subject: [PATCH] fix for kingroon kp3s pro to avoid not start print due to shared TFT IO pins --- config/examples/Kingroon/KP3S_Pro/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/Kingroon/KP3S_Pro/Configuration.h b/config/examples/Kingroon/KP3S_Pro/Configuration.h index 089ae0db4c..8a22431750 100644 --- a/config/examples/Kingroon/KP3S_Pro/Configuration.h +++ b/config/examples/Kingroon/KP3S_Pro/Configuration.h @@ -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