From d24874a7ac53982487302a284df7867219c993c3 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Lockward Date: Fri, 11 Oct 2024 15:21:04 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Kingroon=20KP3S=20needs=20TFT=5F?= =?UTF-8?q?SHARED=5FIO=20(#1110)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Scott Lahteine --- config/examples/Kingroon/KP3S/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/Kingroon/KP3S/Configuration.h b/config/examples/Kingroon/KP3S/Configuration.h index 82d069db3e8..2690b2dc06a 100644 --- a/config/examples/Kingroon/KP3S/Configuration.h +++ b/config/examples/Kingroon/KP3S/Configuration.h @@ -63,7 +63,7 @@ // @section info // Author info of this build printed to the host during boot and M115 -#define STRING_CONFIG_H_AUTHOR "(kubik369)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "(@AR1972)" // Who made the changes. //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) // @section machine @@ -3459,7 +3459,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