From Mike W@3:770/3 to All on Mon Aug 15 04:13:46 2022
Hi,
I'm trying to set-up a Raspberry Pi with the Official 7" TouchScreen to run an LCD set-up on reboot.
I need to rotate the screen, easily done in the config.txt and the doings are documented but I also need to scale the screen so that the application fits the screen. This is my problem and I cannot determine how to accomplish it.
The command to scale the display from the console is
PI@RPi :~ S xrandr --output DSI-1 --scale 2x2
but I need to somehow run this at reboot.
Is there a command to do the same in the /boot/config.txt file ?
thanks, Mike