mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-18 04:07:55 -06:00
Robin & Longer3D SPI TFT driver (#14595)
This commit is contained in:
parent
45bde333d5
commit
81d629bc47
124 changed files with 1653 additions and 181 deletions
|
@ -2051,8 +2051,16 @@
|
|||
//=============================================================================
|
||||
|
||||
//
|
||||
// CONTROLLER TYPE: Keypad / Add-on
|
||||
// Alfawise U30 ILI9341 2.8 TP Ver 1.2
|
||||
// (Blue PCB on the back of touchscreen)
|
||||
//
|
||||
//#define TOUCH_BUTTONS
|
||||
#if ENABLED(TOUCH_BUTTONS)
|
||||
#define XPT2046_X_CALIBRATION 12316
|
||||
#define XPT2046_Y_CALIBRATION -8981
|
||||
#define XPT2046_X_OFFSET -43
|
||||
#define XPT2046_Y_OFFSET 257
|
||||
#endif
|
||||
|
||||
//
|
||||
// RepRapWorld REPRAPWORLD_KEYPAD v1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue