-
Notifications
You must be signed in to change notification settings - Fork 26
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
Touch on 2.8inch #74
Comments
You purchased without touch? |
No, it worked out of the box with factory sketch. When I compiled "factory" with my wifi ssid and pass touch didnt work. |
Provide the environment you are using, Arduino IDE or platformio? If you use Arduino IDE, please tell me what version of esp32 core you are using? |
Arduino IDE, don't know about esp32 core (how do I find out?) |
3.0.7 (I don't see 3.1.0 on the list) |
Downgrading the dependent library can solve this problem. The latest version of SensorLib does have problems with this library. Please use the older version of SensorLib first.
|
The latest version of SensorLib will be pushed to the Arduino library manager tomorrow, v0.2.5 will solve this problem |
Hi,
So I couldn't properly compile examples for 2.8inch T-RGB ... Touch does not get initialised properly because
(Other than using
bool rslt = panel.begin(LILYGO_T_RGB_2_8_INCHES);
)LilyGo_RGBPanel.cpp is attempting to use TouchDrvCSTXXX() and when this fails, it just exits ... if you comment out everything before
_touchDrv = new TouchDrvGT911();
it works just fineso... please see what you can do
The text was updated successfully, but these errors were encountered: