Running Octodash on a Raspberry Pi Touch Display 2 5inch. (Bullseye) #5370
cheshirec13
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's what needed to do to get Octodass up and running for a Raspberry Pi 4B 4G
Setting up Raspberry Pi Touch Display 2 5”
Utilizing the Octopi v1.0.0 (Bullseye Based)
In order to get the Touch Display 2 5” (released August 2025) in Bullseye use the following
After the full-upgrade, it still didn’t allow for the Raspberry Pi Touch Display 2 to function making it necessary to run rpi-update and have it recompile the kernel to add the kernel module for the touch display 2
By default the touchscreen is set of portrait mode ate 720x1280
add the following
the invx and invy are needed to rotate the touchscreen (my display is rotated 270 because with the cabling i needed to rotate the screen so that the power and hdmi ports were accessible fro the top).
By default the touchscreen is set of portrait mode at 720x1280, making it necessary to rotate the screen depending on how it sits.
This gets the screen to rotate into landscape mode, however octodash would still startup in portrait mode which to correct that
but to make this a permanent change when octodash loads edit the .xintirc file
and add
then save the file and reboot
Beta Was this translation helpful? Give feedback.
All reactions