We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All examples fail to compile with the error: UTouch_Calibration:34: error: 'NIC35WS' was not declared in this scope
Still fails if I change the line to: ILI9327_8
UTFT myGLCD(ILI9327_8,38,39,40,41); //3.5" TFTLCD for arduino 2560 from mcufriend.com
The text was updated successfully, but these errors were encountered:
Find your LCD controller from UTFT.h and paste it instead of NIC35WS. for example if your LCD controller is ili9481:
UTFT myGLCD(CTE32HR,38,39,40,41); //3.5" TFTLCD for arduino 2560 from mcufriend.com
and if your LCD controller is ILI9327:
UTFT myGLCD(ITDB32WC,38,39,40,41);
Sorry, something went wrong.
No branches or pull requests
All examples fail to compile with the error:
UTouch_Calibration:34: error: 'NIC35WS' was not declared in this scope
Still fails if I change the line to: ILI9327_8
UTFT myGLCD(ILI9327_8,38,39,40,41); //3.5" TFTLCD for arduino 2560 from mcufriend.com
The text was updated successfully, but these errors were encountered: