question

Henry Pearson avatar image
Henry Pearson asked

10" touchscreen for Cerbo GX

I have a 10" touchscreen I plan on using for my Cerbo on my boat - is working well with a mouse but I'm having problems with the touchscreen.

I have been through the instructions here Generic touchscreen on Cerbo - Victron Community (victronenergy.com)

but when I come to run the calibrate function I get an error:


root@einstein:~# ts_calibrate
ts_setup: No such file or directory

It is ab "Akntzcs 10.1 inch from Amazon", I'm running firmware 3.30~17


Any ideas?

touchscreen
1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Henry Pearson avatar image Henry Pearson commented ·
@mvader (Victron Energy) any suggestions? Is this beta firmware related?
0 Likes 0 ·
2 Answers
Al avatar image
Al answered ·

Maybe a bit late for you now, but I just use the touchscreen Amazon kindle fire 10" and fully Kiosk browser to view a mirror of the remote console with disabled hotkeys, so same view as my GX Touch. It works well, and works on Wi-Fi so you can walk around with it, but maybe a second or two lag when accessing menus.

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Henry Pearson avatar image Henry Pearson commented ·
Thanks, useful idea, but yes, screen already installed now.

I am going to install a Pi 5 and they were going to share the screen. But I could just use the web interface to access the cerbo

1 Like 1 ·
beagle avatar image
beagle answered ·

I run this:


Connect to your Cerbo via SSH.

Run the following commands...

opkg update

opkg install tslib-calibrate

Enable headless mode...

touch /etc/venus/headless

reboot

fbset -xres 1024 -yres 600

ts_calibrate

Now go to the screen and do the actual calibration on the screen.

Once calibration is done disable headless mode...

rm /etc/venus/headless

reboot

But you probably trtied that.

Leo


1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Henry Pearson avatar image Henry Pearson commented ·
@Beagle thanks I had tried that but will give it another go next week. Someone on FB pointed out, I had been hitting enter between the 2 lines of fbset..... and ts_calibrate

That then produced the error, will try it together on one line

0 Likes 0 ·

Related Resources

Additional resources still need to be added for this topic