Tanguy Pruvot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/touch/touch_buttons.h
|
@ -47,7 +47,7 @@ |
|
|
#define BUTTONC_X_LO BUTTONB_X_HI + BUTTON_SPACING |
|
|
#define BUTTONC_X_LO BUTTONB_X_HI + BUTTON_SPACING |
|
|
#define BUTTONC_X_HI BUTTONC_X_LO + BUTTON_WIDTH - 1 |
|
|
#define BUTTONC_X_HI BUTTONC_X_LO + BUTTON_WIDTH - 1 |
|
|
|
|
|
|
|
|
#define BUTTON_Y_HI (TFT_HEIGHT) - (BUTTON_SPACING / 2) |
|
|
#define BUTTON_Y_HI (TFT_HEIGHT) - BUTTON_SPACING |
|
|
#define BUTTON_Y_LO BUTTON_Y_HI - BUTTON_HEIGHT |
|
|
#define BUTTON_Y_LO BUTTON_Y_HI - BUTTON_HEIGHT |
|
|
|
|
|
|
|
|
class TouchButtons { |
|
|
class TouchButtons { |
|
|