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:
parent
e35be4dcd0
commit
316f988c13
1 changed files with 7 additions and 8 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue