mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-03-05 09:34:38 -07:00
fix for kingroon kp3s pro to avoid not start print due to shared TFT IO pins
This commit is contained in:
parent
3f66c8829a
commit
0843bd8863
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue