Hi everyone,
I am trying to achieve something a bit different. I am trying to output a web page to a display (outdoor wall panels) that have a total working resolution of 640 x 480 but then be able to scale what would normally be displayed on a 1920 x 1080 web page.
I have actually kind of got it working but I really don't understand the logic of it, and was hoping someone can either explain how this is working or if there is a better way of doing it?
To get it "working" for me at the moment I have the /boot/config.txt set to have a custom resolution:
hdmi_group = 2,
hdmi_mode = 87,
hdmi_cvt = 640 480 60 3 0 0 0
To be able to display the full web page what I have also had to do is edit the frame buffer to be set to 1920 x 1080 and then tweaking the overscans I have got it almost working perfect. Is this essentially how you would scale normally? Using the frame buffer resolution settings?
I want to see if there is a better way to do this, or if I have actually done it the best way?
Thanks for your time on this.