Replies: 1 comment
-
I don't know why, but when I changed my touch configuration from: to: everything started working beautifully! |
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
-
My OctoDash isn't receiving touch input...
I've worked through a BUNCH of problems with TFT not displaying OctoDash, flickering, etc in the thread Background Problem Resolution. Once I got all that working, I was experiencing flicker. I used the following:
sudo rm -rf LCD-show
git clone https://github.com/MrYacha/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
instead of GoodTFT and that resolved the flicker issue. Then I ran calibration per
DISPLAY=:0.0 xinput_calibrator
I put the new values in the config and looked like it worked beautifully; however, now when OctoDash loads, it doesn't seem to acknowledge my taps to wake up. I can calibrate touch again, so I know the screen is receiving my touch just fine.
OctoDash WAS accepting touch input before I ran did the flicker solution and the touch calibrator.
Any thoughts?
-Edited for clarity and formatting-
Beta Was this translation helpful? Give feedback.
All reactions