-
Notifications
You must be signed in to change notification settings - Fork 37
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
ESP32-8048S070C support ? #98
Comments
I don't think it's a good idea to use that type of screen; the ui will be incredibly slow (~4fps) But if you have a correct smartdisplay config, it would work |
Looks great, Do you have a ready to Install Version? |
@dronecz when i was browsing the xtouch repo i noticed they have some sort of a boot delay. If you add a sleep method in the main function for 10-30s or so, does it boot normally afterwards without any hacks like this? |
@suchmememanyskill Can you please point me to the code you have in mind? Do you mean repo for GT911 touch driver or something else? |
Seems to be put after screen init and before wifi connect/menu loading https://github.com/xperiments-in/xtouch/blob/main/src%2Fmain.cpp#L50 You can sleep the device using the delay(int ms) function. It sleeps for the given time in miliseconds |
@suchmememanyskill Xtouch driver is for resistive panels, but my display has a capacitive panel, so I do not think the code you are referring to is valid for my display. |
@dronecz this isn't display driver code. I don't know where you got that from. I suspect slowly initializing components will help |
@suchmememanyskill Oh, sorry, I did not understood what you mean, but I now know what you mean. I will look at the code when I will have time. Thx |
@suchmememanyskill thank you a lot for the hard work and for this project given to the community.
Thanks again, Eddi |
Hello will the ESP32-8048S070C Version supported ?
The text was updated successfully, but these errors were encountered: