Skip to content
New issue

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

NIC35WS was not declared in this scope #1

Open
gmiller123456 opened this issue Jun 16, 2015 · 1 comment
Open

NIC35WS was not declared in this scope #1

gmiller123456 opened this issue Jun 16, 2015 · 1 comment

Comments

@gmiller123456
Copy link

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

@farid499
Copy link

farid499 commented Jul 2, 2016

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants