🩹 Kingroon KP3S needs TFT_SHARED_IO (#1110)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Carlos Fernandez Lockward 2024-10-11 15:21:04 -04:00 committed by GitHub
parent 32377e58f5
commit 55c01b3db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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