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

RPi 4B Touch Screen #161

Closed
Peter847 opened this issue Mar 9, 2021 · 3 comments
Closed

RPi 4B Touch Screen #161

Peter847 opened this issue Mar 9, 2021 · 3 comments
Labels
No issue This is not an issue Raspberry Pi Raspberry Pi related, support of RPi user needed

Comments

@Peter847
Copy link

Peter847 commented Mar 9, 2021

I have an issue running OpenHantek 3.2 on an RPi with a 7" touchscreen using the latest version of the default (Debian) OS. I lose the bottom quarter of the screen so, for example I cannot see anything below the "Configuration" title on the settings page. Although I do see the bottom of the actual scope display. I suspect this may be more of a Pi issue than an OpenHantek issue as the touchscreen has a non-standard resolution of 800 x 480. I have setup the Pi to recognize this resolution and it seems to work on ok on the standard desktop.

Any thoughts on what I could do to fix it would be much appreciated!

@Ho-Ro Ho-Ro added Raspberry Pi Raspberry Pi related, support of RPi user needed No issue This is not an issue labels Mar 9, 2021
@Ho-Ro
Copy link
Member

Ho-Ro commented Mar 12, 2021

You can shrink the main window down to 790x299 (on my KDE Debian system) when you tab the docks. But the config screen has a fixed size of 844x615 on my system due to the chosen software architecture. A quick workaround (you do not use this screen permanently) could be to use <ALT><mousedrag> to the lower part into reach.

image

@Ho-Ro Ho-Ro closed this as completed Mar 12, 2021
@Peter847
Copy link
Author

Peter847 commented Mar 13, 2021 via email

@Ho-Ro
Copy link
Member

Ho-Ro commented Mar 15, 2021

The tabbed docks are standard Qt QDockWidgets, you can grab them by their title line (e.g. Voltage, Horizontal, ..), rearrange them or drag them around on your screen.

image

To put them back just click the top right small button or drag them over the docking area until an empty blue space opens and drop it there.

image

If you drag a floating dock over another dock the target dock will turn blue. Drop the dock and it will be tabbed together with the target dock.

image

This way you can combine all docks into one tab as I did in my 1st screen shot some days ago. Also the order of the tabs can be changed by dragging them left or right.

I will update the manual next time I touch it. I have already included a link to this post in the master readme.md file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No issue This is not an issue Raspberry Pi Raspberry Pi related, support of RPi user needed
Projects
None yet
Development

No branches or pull requests

2 participants