Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 12-03-2021, 10:07   #1
Registered User

Join Date: Mar 2021
Posts: 6
Elecrow touchscreen

Hi everyone. I have an Elecrow 10.1” touchscreen with a Raspberry Pi 4 running open CPN everything seems to work okay, with the exception of the side menu bar. It seems to react to touch but no menus or actions take place. The options menu on the lower right corner works fine as well. I’m pretty sure this an open CPN issue, as it seems to work fine out of open CPN. Here is a link to a crappy video showing the issue. https://youtu.be/EfISFocLcWA
I searched and found a few really old posts (2014) that have the same symptoms, but no solutions other the a open CPN updated fixed it.
Thanks.
SkookumCat is offline   Reply With Quote
Old 12-03-2021, 18:00   #2
Registered User

Join Date: Jun 2017
Posts: 404
Re: Elecrow touchscreen

You seem started drawing the route and never finished it. And you started pressing other buttons.

What happens if you do not press draw route icons first?
mgrouch is offline   Reply With Quote
Old 12-03-2021, 18:39   #3
Registered User

Join Date: Mar 2021
Posts: 6
Re: Elecrow touchscreen

You sparked my curiosity so I actually connected a mouse, and found a setting for “use touchscreen” which was not ticked. I checked the box and it works fine now. Seems a strange place to put a setting that you might need to change to make it work, but whatever. I’m moving on. Thanks!
SkookumCat is offline   Reply With Quote
Old 12-03-2021, 19:56   #4
Registered User

Join Date: Jun 2017
Posts: 404
Re: Elecrow touchscreen

If you use raspberry pi 4 try this OS image. You might find it more suitable for touch screen

https://github.com/bareboat-necessities/lysmarine_gen

The download link is on the page.
mgrouch is offline   Reply With Quote
Old 13-03-2021, 04:28   #5
Senior Cruiser
 
GordMay's Avatar

Cruisers Forum Supporter

Join Date: Mar 2003
Location: Thunder Bay, Ontario - 48-29N x 89-20W
Boat: (Cruiser Living On Dirt)
Posts: 49,460
Images: 241
Re: Elecrow touchscreen

Greetings and welcome aboard the CF, SkookumCat.
Glad to learn, you solved it. Thanks for reporting solution.
__________________
Gord May
"If you didn't have the time or money to do it right in the first place, when will you get the time/$ to fix it?"



GordMay is online now   Reply With Quote
Old 13-03-2021, 08:23   #6
Registered User

Join Date: Mar 2021
Posts: 6
Re: Elecrow touchscreen

Quote:
Originally Posted by mgrouch View Post
If you use raspberry pi 4 try this OS image. You might find it more suitable for touch screen

https://github.com/bareboat-necessities/lysmarine_gen

The download link is on the page.
That does look interesting. I have an ssd that I’m using so before I go any further I think I’ll spin this one up and check it out. Thanks!
SkookumCat is offline   Reply With Quote
Old 01-04-2021, 06:53   #7
Registered User

Join Date: Jan 2021
Posts: 6
Re: Elecrow touchscreen

Hi there-
First, I am trying to understand the behavior of your touchscreen and OpenCPN on RPi. Does the pinch to zoom and drag to position work as it does on Windows/OpenCPN? Just want confirmation before making the investment. Also, curious if you have an opinion of OpenPlotter vs. BBN? Sounds like you've tested them both.
Thanks-Mike
jmu92grad is offline   Reply With Quote
Old 01-04-2021, 10:39   #8
Registered User

Join Date: Mar 2021
Posts: 6
Re: Elecrow touchscreen

Quote:
Originally Posted by jmu92grad View Post
Hi there-
First, I am trying to understand the behavior of your touchscreen and OpenCPN on RPi. Does the pinch to zoom and drag to position work as it does on Windows/OpenCPN? Just want confirmation before making the investment. Also, curious if you have an opinion of OpenPlotter vs. BBN? Sounds like you've tested them both.
Thanks-Mike
Unfortunately pinch to zoom isn’t supported in RPI, at least with this screen anyway. Running with a RPI 4 8 gb and a 120 gb Kingston SSD via a geekworm SSD hat, performance is quite good. The scroll with mouse or finger and zooming is smooth. I’m actually growing fond of this mini usb keyboard to control the display Fosmon Mini Bluetooth Keyboard... https://www.amazon.com/dp/B00BX0YKX4?ref=ppx_pop_mob_ap_share
It has easy to access mouse buttons on each upper corner and an easy to push + - buttons for zoom. The pad works surprisingly well too.
I’m using OpenCPN right now. I tried Lysmarine but found I didn’t need most of the installed software. Of course everyone’s different.
Once I get everything dialed in and installed I’ll post more.
SkookumCat is offline   Reply With Quote
Old 01-04-2021, 11:07   #9
Registered User

Join Date: Jun 2017
Posts: 404
Elecrow touchscreen

Quote:
Originally Posted by SkookumCat View Post
Unfortunately pinch to zoom isn’t supported in RPI, at least with this screen anyway. Running with a RPI 4 8 gb and a 120 gb Kingston SSD via a geekworm SSD hat, performance is quite good. The scroll with mouse or finger and zooming is smooth. I’m actually growing fond of this mini usb keyboard to control the display Fosmon Mini Bluetooth Keyboard... https://www.amazon.com/dp/B00BX0YKX4...p_mob_ap_share

It has easy to access mouse buttons on each upper corner and an easy to push + - buttons for zoom. The pad works surprisingly well too.

I’m using OpenCPN right now. I tried Lysmarine but found I didn’t need most of the installed software. Of course everyone’s different.

Once I get everything dialed in and installed I’ll post more.


Linux on pi supports touch multi touch, etc. on OS level, drivers and Xserver. However the individual programs have to have listeners coded to support touch gestures. Chromium, Firefox support it. GTK3 supports finger scrolling. OpenCPN doesn’t support two finger zoom on pi. It’s because it is based on WxWidgets and old GTK2. Those versions do not support touch zoom. I did one patch to OpenCPN and made it work with two finger zoom natively, but I had to use unreleased version of WxWidgets and compile against gtk3. That requires compilation from source code. It’s going to be number of months before OpenCPN could catch up. There are some ways with third party programs to workaround it. Like twofing program. I personally do not need two finger zoom in my cockpit chartplotter. I’m fine with +/- in OpenCPN. I used twofing but eventually turned it off. Right click is emulation was more important and it is solved in BBN image, as well as onscreen keyboard issue.
mgrouch is offline   Reply With Quote
Old 01-04-2021, 12:22   #10
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: Elecrow touchscreen

Touch screens have never got its way to Apple computers with macOS but only to the iPhone and iPad devices with iOS operating system. Using touch screens in an environment like a boat is some times critical and not recommended.
CarCode is offline   Reply With Quote
Old 01-04-2021, 12:40   #11
Registered User

Join Date: Jun 2017
Posts: 404
Elecrow touchscreen

Quote:
Originally Posted by CarCode View Post
Touch screens have never got its way to Apple computers with macOS but only to the iPhone and iPad devices with iOS operating system. Using touch screens in an environment like a boat is some times critical and not recommended.


A lot of modern marine electronics is touchscreen only. I guess marine electronics vendors do not see it that way. As well as car ones (looking at your nik). Tesla is all touchscreen designed largely by aerospace engineers who (presumably) know what mission critical is
mgrouch is offline   Reply With Quote
Old 02-04-2021, 00:06   #12
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: Elecrow touchscreen

Quote:
Originally Posted by mgrouch View Post
A lot of modern marine electronics is touchscreen only. I guess marine electronics vendors do not see it that way. As well as car ones (looking at your nik). Tesla is all touchscreen designed largely by aerospace engineers who (presumably) know what mission critical is
You may be right when the environments inside the car are the same as outside of a boat. However at my car and my boat they are different...
CarCode is offline   Reply With Quote
Old 02-04-2021, 13:02   #13
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 547
Re: Elecrow touchscreen

Quote:
Originally Posted by CarCode View Post
You may be right when the environments inside the car are the same as outside of a boat. However at my car and my boat they are different...
I agree. I recently bought a low-end Raymarine MFD and I'm perfectly happy for it to not have a touch screen. All controls are push-buttons - in my view more practical for use in the cockpit.
hoolie is online now   Reply With Quote
Old 06-04-2021, 13:23   #14
Registered User

Join Date: Mar 2021
Posts: 6
Re: Elecrow touchscreen

I also have a small Bluetooth keyboard/pad and a Logitech roller mouse. The keyboard is nice because you can be very fine with the touchpad while holding it with both hands. Much better then poking at a screen while rolling around.
SkookumCat is offline   Reply With Quote
Reply

Tags
screen


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Garmin 5208 Touchscreen vs 6208 SV Demeter Marine Electronics 14 09-02-2013 14:55
Touchscreen MFD in the Rain? Dockhead Marine Electronics 23 25-12-2012 06:59
OpenCPN on a 8" Touchscreen Dave9111 OpenCPN 3 05-09-2012 01:01
For Sale: Garmin GPSMAP 7015 with touchscreen interface lucseawalker Classifieds Archive 4 17-07-2012 04:33
Northstar 8000i 15" touchscreen tpen Navigation 1 22-11-2009 14:09

Advertise Here


All times are GMT -7. The time now is 06:57.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.