Skip to content

Commit

Permalink
🩹 Kingroon KP3S needs TFT_SHARED_IO (#1110)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
  • Loading branch information
carloslockward and thinkyhead authored Oct 11, 2024
1 parent 32377e5 commit 55c01b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/examples/Kingroon/KP3S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 55c01b3

Please sign in to comment.