mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-09 23:54:43 +02:00
Fix missing macro
This commit is contained in:
@@ -89,6 +89,10 @@
|
||||
#define SPI_TOUCH_FREQUENCY 2500000
|
||||
#endif
|
||||
|
||||
#ifndef SPI_BUSY_CHECK
|
||||
#define SPI_BUSY_CHECK
|
||||
#endif
|
||||
|
||||
/***************************************************************************************
|
||||
** Section 4: Setup fonts
|
||||
***************************************************************************************/
|
||||
|
Reference in New Issue
Block a user