UnchartedBull / OctoDash

OctoDash is a simple, but beautiful dashboard for OctoPrint.
https://unchartedbull.github.io/OctoDash/index.html
Apache License 2.0
1.02k stars 226 forks source link

Raspberry Pi 7' screen not responding to touch. #3714

Open LynxFanta opened 1 year ago

LynxFanta commented 1 year ago

What doesn't work? A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 7' Inch Raspberry Pi Touchscreen, touch display not responsive. What did you already try? A clear and concise description of what you tried to make OctoDash work. Updating OctoDash & Print with running through previous builds. Also updating & upgrading drivers. Similar forums started recently within the past 2 weeks of other users having similar issues on their 7' Display

General Information:

tcbarnett1996 commented 1 year ago

I am having the same issue. I have been reading forums for the last 3 hours. It seems to be a problem with an update that occured in September 2022. There are lots of posts asking for solutions, but no solutions. Ironically, I loaded OctoKlipper and it did not have this issue. I think I will switch to OctoScreen. Hopefully I will not encounter this issue with OctoScreen.

TB-SE commented 1 year ago

OMG, after searching for hours (!!!) online, I found a solution on a Klipper forum.

This worked for me:

(1) SSH into the Raspberry Pi (2) Command sudo raspi-config (3) Enabled SPI and I2C (4) Saved and rebooted (5) SSH again into the Raspberry Pi (6) Command sudo nano /boot/config.txt (7) Changed the line dtoverlay=vc4-kms-v3d to dtoverlay=vc4-fkms-v3d (8) Saved changes and rebooted

Hope this works for anyone else. 🤞

KevinGroninga commented 1 year ago

Wow! After banging my head on this for the last few months and sort of giving up on ever using OctoDash while a print job was running, this solution of going back to the correct driver finally solved the issue I was having! Now I can finally enjoy being able to use OctoDash and the touchscreen to tune jobs while they are running instead of driving through the Marlin menu on my CR10 v3. Oh happy days!