mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 05:54:07 -06:00
Two Trees BlueR Plus (#391)
This commit is contained in:
parent
ec96f52aff
commit
fdc17e2482
7 changed files with 6344 additions and 17 deletions
2600
config/examples/Two Trees/BlueR Plus/Configuration.h
Normal file
2600
config/examples/Two Trees/BlueR Plus/Configuration.h
Normal file
File diff suppressed because it is too large
Load diff
3723
config/examples/Two Trees/BlueR Plus/Configuration_adv.h
Normal file
3723
config/examples/Two Trees/BlueR Plus/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load diff
4
config/examples/Two Trees/BlueR Plus/readme.md
Normal file
4
config/examples/Two Trees/BlueR Plus/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
## Two Trees BlueR Configurations
|
||||
|
||||
This folder contains default configurations for the Two Trees BlueR Plus with Marlin Color UI Interface.
|
||||
|
|
@ -2465,10 +2465,10 @@
|
|||
|
||||
#define TOUCH_SCREEN_CALIBRATION
|
||||
|
||||
#define XPT2046_X_CALIBRATION 17880
|
||||
#define XPT2046_Y_CALIBRATION -12234
|
||||
#define XPT2046_X_OFFSET -45
|
||||
#define XPT2046_Y_OFFSET 349
|
||||
#define TOUCH_CALIBRATION_X 17880
|
||||
#define TOUCH_CALIBRATION_Y -12234
|
||||
#define TOUCH_OFFSET_X -45
|
||||
#define TOUCH_OFFSET_Y 349
|
||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
|
|
|
@ -2470,10 +2470,10 @@
|
|||
|
||||
#define TOUCH_SCREEN_CALIBRATION
|
||||
|
||||
#define XPT2046_X_CALIBRATION 17880
|
||||
#define XPT2046_Y_CALIBRATION -12234
|
||||
#define XPT2046_X_OFFSET -45
|
||||
#define XPT2046_Y_OFFSET 349
|
||||
#define TOUCH_CALIBRATION_X 17880
|
||||
#define TOUCH_CALIBRATION_Y -12234
|
||||
#define TOUCH_OFFSET_X -45
|
||||
#define TOUCH_OFFSET_Y 349
|
||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
|
|
|
@ -2469,10 +2469,10 @@
|
|||
|
||||
#define TOUCH_SCREEN_CALIBRATION
|
||||
|
||||
#define XPT2046_X_CALIBRATION 17880
|
||||
#define XPT2046_Y_CALIBRATION -12234
|
||||
#define XPT2046_X_OFFSET -45
|
||||
#define XPT2046_Y_OFFSET 349
|
||||
#define TOUCH_CALIBRATION_X 17880
|
||||
#define TOUCH_CALIBRATION_Y -12234
|
||||
#define TOUCH_OFFSET_X -45
|
||||
#define TOUCH_OFFSET_Y 349
|
||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
|
|
|
@ -2469,11 +2469,11 @@
|
|||
|
||||
#define TOUCH_SCREEN_CALIBRATION
|
||||
|
||||
#define XPT2046_X_CALIBRATION 17880
|
||||
#define XPT2046_Y_CALIBRATION -12234
|
||||
#define XPT2046_X_OFFSET -45
|
||||
#define XPT2046_Y_OFFSET 349
|
||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||
#define TOUCH_CALIBRATION_X 17880
|
||||
#define TOUCH_CALIBRATION_Y -12234
|
||||
#define TOUCH_OFFSET_X -45
|
||||
#define TOUCH_OFFSET_Y 349
|
||||
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
//#define SINGLE_TOUCH_NAVIGATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue