Replies: 2 comments
-
Resolved |
Beta Was this translation helpful? Give feedback.
0 replies
-
I change the line "cfg.pin_cs = GPIO_NUM_38;" in configuration file to "cfg.pin_cs = -1;" (N.C.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a 4827S043 board with capacitive touch and I can't get touch to work with "2_user_setting.ino" example (touch not responding)
This touch screen worls through the i2c bus with this setting (from documentation) SDA=pin 19 SCL=pin20 RST=pin 38 INT=-1 (N.C.)
This is my configuration
The rest of the program is identical to the example.
I have verified that the program hangs on the call to the function:
display.calibrateTouch(nullptr, fg, bg, std::max(display.width(), display.height()) >> 3);
The display works perfectly.
Beta Was this translation helpful? Give feedback.
All reactions