Is there a version of this library for the Arduino Due board and the 3.5"TFT?. I get a compile error:
In file included from C:\test\libraries\UTFT-master\UTFT.cpp:83:0:
C:\test\libraries\UTFT-master\hardware/arm/HW_SAM3X8E.h:9:51: error: no 'void UTFT::LCD_Writ_Bus(char, char, byte)' member function declared in class 'UTFT'
void UTFT::LCD_Writ_Bus(char VH,char VL, byte mode)
Is there a version of this library for the Arduino Due board and the 3.5"TFT?. I get a compile error:
In file included from C:\test\libraries\UTFT-master\UTFT.cpp:83:0: C:\test\libraries\UTFT-master\hardware/arm/HW_SAM3X8E.h:9:51: error: no 'void UTFT::LCD_Writ_Bus(char, char, byte)' member function declared in class 'UTFT' void UTFT::LCD_Writ_Bus(char VH,char VL, byte mode)