dmd-extensions icon indicating copy to clipboard operation
dmd-extensions copied to clipboard

DMD Mirroring?

Open HiRez00 opened this issue 3 years ago • 1 comments

I recently bit the bullets and upgraded to 1.10.1 to get the 64 color on my PinDMD3. Everything works terrific with VPX and PinballFX3, but the mirror I set up for P-Roc has stopped working.

The original .bat file i had load was:


@echo off START /min "" "C:\Pinball Emulators\Visual Pinball\VPinMAME\dmdext.exe" mirror --source screen --position 0 0 128 32 --no-virtual -p COM5 -d pindmdv3


This no longer mirrors the P-Roc DMD from the screen anymore.

Did a parameter or syntax change that I need to update the param with for it to work?

I read through all the dmdext threads and things and tried all sorts of changes to the syntax of the param and I can't seem to find any answer.

Any help would be greatly appreciated.

HiRez00 avatar Feb 20 '22 17:02 HiRez00

Yes. The posistion param has changed. x, y, x+width, y+height

See : https://github.com/freezy/dmd-extensions/issues/324 - it is a good example to see what changed in that you have reference to my original settings and the solution by Lucky01

sverrewl avatar Feb 25 '22 13:02 sverrewl