suchmememanyskill / CYD-Klipper

An implementation of a wireless Klipper status display on an ESP32 + screen
https://suchmememanyskill.github.io/CYD-Klipper/
GNU General Public License v3.0
204 stars 25 forks source link

ESP32-3248S035 Webinstall and PlatformIO failing #109

Open ohyeah8000 opened 2 weeks ago

ohyeah8000 commented 2 weeks ago

I`d like to try and use your cool project but unfortunately after webinstall the display stayed completely black. Success notification didn't occur as well.

Then I tried PlatformIO and followed your instructions. I did different things. The best result was a flickering display between white screen and colored noise. I used the SD version for the upload which succeeded.... I

Serial connection established. Upload is a success according to platformio. However monitoring fails.

I wonder if my display might be resistive? I don't hve a "C" in the name.

Help to get it run much appreciated!

image

image

image

image

suchmememanyskill commented 2 weeks ago

This looks to be the resistive version. Only the capacitive version of the 3.5" is supported.

Note in platformio you're uploading the smartdisplay version, which has numerous issues (ends with -SD)

ohyeah8000 commented 2 weeks ago

Shit. Ok probably that's the reason then....

You have an advice for me where and what I should look for to make this display run as a generic klipperscreen terminal?

suchmememanyskill commented 2 weeks ago

I do not. I don't think such a universal project exists. You may have to build your own vnc viewer.

You could also try to port cyd klipper to this display (easiest probably is to use smartdisplay but iirc it's really slow). The touch calibration on smartdisplay is also very unfinished as nothing uses it right now.