Marlin Color UI (FSMC) for STM32F1 (#18952)

This commit is contained in:
Victor Oliveira
2020-08-08 02:32:30 -03:00
committed by GitHub
parent b84c69072e
commit ee69fb00a6
9 changed files with 604 additions and 16 deletions

View File

@ -26,12 +26,12 @@
#undef SD_CHECK_AND_RETRY
#endif
#if HAS_GRAPHICAL_TFT
#error "Sorry! TFT displays are not available for HAL/STM32F1."
#if HAS_SPI_TFT
#error "Sorry! SPI TFT displays are not available for HAL/STM32F1 (yet)."
#endif
// This platform has 'touch/xpt2046', not 'tft/xpt2046'
#if ENABLED(TOUCH_SCREEN)
#if ENABLED(TOUCH_SCREEN) && !HAS_FSMC_TFT
#undef TOUCH_SCREEN
#undef TOUCH_SCREEN_CALIBRATION
#define HAS_TOUCH_XPT2046 1