Move scaled TFT / touch defines (#18915)

This commit is contained in:
Scott Lahteine
2020-08-03 21:55:37 -05:00
committed by GitHub
parent ef749bb69d
commit ca0ebf10d1
14 changed files with 240 additions and 188 deletions

View File

@@ -150,7 +150,7 @@ constexpr uint8_t epps = ENCODER_PULSES_PER_STEP;
volatile uint8_t MarlinUI::slow_buttons;
#endif
#if HAS_TOUCH_XPT2046
#include "../feature/touch/xpt2046.h"
#include "touch/xpt2046.h"
bool MarlinUI::on_edit_screen = false;
#endif
#endif