Skip to content
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

Will OctoDash work with USB based touch screens? #379

Closed
evannadeau opened this issue Jan 22, 2020 · 5 comments
Closed

Will OctoDash work with USB based touch screens? #379

evannadeau opened this issue Jan 22, 2020 · 5 comments
Labels
support Something isn't working with the users setup

Comments

@evannadeau
Copy link

I'm looking at getting this screen...

https://www.waveshare.com/5inch-hdmi-lcd-h.htm

and it appears to connect to the pi for touch via USB. I believe each touch would compute to a single mouse click, so I believe this will work, but I thought I would reach out first to ask if you have used a screen of this type before.

@evannadeau evannadeau added the enhancement New feature or request label Jan 22, 2020
@evannadeau
Copy link
Author

One more thing, this is a single touch screen. Will that be an issue for any current or upcoming OctoDash features?

@UnchartedBull UnchartedBull added support Something isn't working with the users setup and removed enhancement New feature or request labels Jan 22, 2020
@UnchartedBull
Copy link
Owner

I think one guy uses the waveshare screen as well and it works for him. I don't have a screen like this so I can't 100% confirm this, but it should work.

Single Touch Screen isn't an issue. There are currently no features planned that rely on multiple inputs. Currently only Clicking, Scrolling and Holding is needed, which is supported by most touchscreens.

@UnchartedBull
Copy link
Owner

https://www.prusaprinters.org/prints/18078-octo-prusa-mk3s maybe you can check out this post, he also uses a waveshare touchscreen

@iz2k
Copy link

iz2k commented Jan 22, 2020

Hello, I am the publisher of the octo-prusa-mk3s post. For my setup I used a 3.5'' SPI LCD from waveshare. I only had to install the drivers provided by the manufacturer and everything worked fine.

In your case, the selected display uses the HDMI interface for the display and USB for touchscreen, so it should be even easier to make it work. The display will work out of the box, and probably also the touchscreen, as it is just an HID input device. You should be fine to run octodash on it. The only drawback is that you will need to wire up one hdmi cable and another USB cable. You could also try one of the DSI interface versions to reduce the wiring: https://www.waveshare.com/product/displays/lcd-oled/lcd-oled-2/4.3inch-dsi-lcd.htm

Aditionally, I would recommend to install unclutter to hide the cursor. It works great on raspian.

@evannadeau
Copy link
Author

Thank you both for the replies. Yeah, I think it will be super easy to use. What I do see to be an issue is the cables coming out from the side of the display. I am looking into adapters and cables with 90 degree bends on the end, so hopefully, I can clean up the cable routing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

No branches or pull requests

3 participants