Skip to content

Instantly share code, notes, and snippets.

@marcelrv
Last active December 19, 2023 09:25
Show Gist options
  • Save marcelrv/0da45050c71c7df5cd124d16fe677989 to your computer and use it in GitHub Desktop.
Save marcelrv/0da45050c71c7df5cd124d16fe677989 to your computer and use it in GitHub Desktop.
Victron venus - display on raspberry pi

Get the touchscreen working:

using the keyboard connected to the pi, issue the following commands:

opkg update opkg install qt4-embedded-plugin-mousedriver-tslib opkg install ts_calibrate opkg install ts_test

Now calibrate the touchscreen ts_calibrate

Disable headless mode: mv /etc/venus/headless /etc/venus/headless.off

Your touchscreen looks like mine, with an 800x600 resolution so switch the resolution: echo 'framebuffer_width=800' > /u-boot/config.txt echo 'framebuffer_heighe=600' /u-boot/config.txt

now reboot the pi. You notice the display will now appear just like a Colour Control GX, or indeed a cerbo GZ with the expensive display. I would then google ssh access from the lan so you can fix stuff if it breaks, or stuff needs installing or updating, so you don't waste a usb port with the keyboard. I believe there is something that needs to be done to the start_gui.sh file to make it all work but I cannot find where I wrote it down :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment