Update pins_FLSUN_HISPEED.h

Following user feedback, I added a comment section for the UART mode of the TMC220x in serial mode and in hardware mode for the TMC2209.
This commit is contained in:
Foxies 2020-10-30 12:00:44 +01:00 committed by GitHub
parent e35be4dcd0
commit 316f988c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,8 +115,7 @@
* For TMC2209 in UART mode and hardware use, * For TMC2209 in UART mode and hardware use,
* add #define HARDWARE_SERIAL in you Configuration.h * add #define HARDWARE_SERIAL in you Configuration.h
* and position the jumpers in this way. * and position the jumpers in this way.
* |= close * |= close and := open
* := open
*/ */
#if HAS_TMC220x #if HAS_TMC220x
@ -336,13 +335,13 @@
#define TFT_BUFFER_SIZE 14400 #define TFT_BUFFER_SIZE 14400
#ifndef XPT2046_X_CALIBRATION #ifndef XPT2046_X_CALIBRATION
#define XPT2046_X_CALIBRATION 12218 #define XPT2046_X_CALIBRATION 12013
#endif #endif
#ifndef XPT2046_Y_CALIBRATION #ifndef XPT2046_Y_CALIBRATION
#define XPT2046_Y_CALIBRATION -8814 #define XPT2046_Y_CALIBRATION -8711
#endif #endif
#ifndef XPT2046_X_OFFSET #ifndef XPT2046_X_OFFSET
#define XPT2046_X_OFFSET -35 #define XPT2046_X_OFFSET -32
#endif #endif
#ifndef XPT2046_Y_OFFSET #ifndef XPT2046_Y_OFFSET
#define XPT2046_Y_OFFSET 256 #define XPT2046_Y_OFFSET 256
@ -350,13 +349,13 @@
#elif ENABLED(TFT_CLASSIC_UI) #elif ENABLED(TFT_CLASSIC_UI)
#ifndef XPT2046_X_CALIBRATION #ifndef XPT2046_X_CALIBRATION
#define XPT2046_X_CALIBRATION 12149 #define XPT2046_X_CALIBRATION 12013
#endif #endif
#ifndef XPT2046_Y_CALIBRATION #ifndef XPT2046_Y_CALIBRATION
#define XPT2046_Y_CALIBRATION -8746 #define XPT2046_Y_CALIBRATION -8711
#endif #endif
#ifndef XPT2046_X_OFFSET #ifndef XPT2046_X_OFFSET
#define XPT2046_X_OFFSET -35 #define XPT2046_X_OFFSET -32
#endif #endif
#ifndef XPT2046_Y_OFFSET #ifndef XPT2046_Y_OFFSET
#define XPT2046_Y_OFFSET 256 #define XPT2046_Y_OFFSET 256