Resolve compile error for STM32F parallel interface
This commit is contained in:
parent
d819c2e89e
commit
9ff32bf501
|
|
@ -22,6 +22,10 @@
|
||||||
#define SUPPORT_TRANSACTIONS
|
#define SUPPORT_TRANSACTIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef tft_Write_16N(C)
|
||||||
|
#define tft_Write_16N(C) tft_Write_16(C)
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Define the parallel bus interface chip pin drive code
|
// Define the parallel bus interface chip pin drive code
|
||||||
////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue