mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 23:24:02 -06:00
🩹 Kingroon KP3S needs TFT_SHARED_IO (#1110)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
32377e58f5
commit
55c01b3db5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue