You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: