Resolve compile error for STM32F parallel interface

This commit is contained in:
Bodmer 2022-02-04 10:54:47 +00:00
parent d819c2e89e
commit 9ff32bf501
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#define SUPPORT_TRANSACTIONS
#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
////////////////////////////////////////////////////////////////////////////////////////