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

In WT32-SC01-User_Setup.h a line needs to be uncommented for the WT32-SC01 to work properly #3

Open
matricies opened this issue Sep 11, 2022 · 0 comments

Comments

@matricies
Copy link

In WT32-SC01-User_Setup.h a line needs to be uncommented for the WT32-SC01

Uncomment the following line:
// #define TFT_BACKLIGHT_ON HIGH // Level to turn ON back-light (HIGH or LOW)

Make the change above.
Then copy the file into your TFT_eSPI\User_Setups folder.
Then add the following line to your User_Setup_Select.h file:
#include <User_Setups/WT32-SC01-User_Setup.h> // Setup file for WC32-SC01
Then comment out the following line in User_Setup_Select.h:
#include <User_Setup.h> // Default setup is root library folder
Now the examples from the TFT_eSPI library (not including the touch examples) work fine.

Once this is done I am still getting "Couldn't start touchscreen controller" on the demo. :-(

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

1 participant