Andrew Duncan
Andrew Duncan
The scaling is from the size of the framebuffer, so the 320x240 screen should be handled correctly.
See this issue https://github.com/AndrewFromMelbourne/raspidmx/issues/16
Hi, I will try and get some time to have a look. Andrew
Yes, the DispmanX interface is no longer supported in Raspberry Pi OS.
Thanks I will have a look.
You will need to find another way to log into your Pi. For example you can use _ssh_ to remotely, then follow the uninstall instructions. It would be best to...
There is no where in the code that _zooms_ the image. One possible confusion is that this code does not use the framebuffer, it uses the DispmanX interface on the...
@netzfreak It certainly would be possible to do, but it isn't something that I have time to do at the moment. @fredericofs The spriteview program displays different parts of a...
No, unfortunately there is no way to do that currently @joachimvenaa.
Hi. The program raspi2raspi is intended to copy from one display to another. Both screens need to be using the GPU. At the moment this means that your second screen...