@@ -136,6 +136,7 @@ in the same folder as `VPinMAME.dll`. The options are described by block below.
136136 - ` top ` - Y-axis of the window position
137137 - ` width ` - Width of the DMD in monitor pixels
138138 - ` height ` - Height of the dmd in monitor pixels
139+ - ` dotsize ` - Scale dot size. Use ` 0.8 ` for previous default setting
139140- ` [pindmd1] ` Options for the 2-bit pinDMD display
140141 - ` enabled ` - If false, doesn't bother looking for a pinDMD1
141142- ` [pindmd2] ` Options for the 4-bit pinDMD2 display
@@ -185,7 +186,7 @@ All options are documented in the tool.
185186```
186187C:\>dmdext
187188
188- DMD Extensions v1.5.1
189+ DMD Extensions v1.6.0
189190USAGE: dmdext <command> [<options>]
190191
191192 mirror Mirrors pixel data from the screen or memory to all available
@@ -201,16 +202,23 @@ USAGE: dmdext <command> [<options>]
201202```
202203C:\>dmdext mirror --help
203204
204- DMD Extensions v1.5.1
205+ DMD Extensions v1.6.0
205206USAGE: dmdext mirror --source=<source> [--destination=<destination>]
206207
207208 -s, --source Required. The source you want to retrieve DMD data
208- from. One of: [ pinballfx2, pinballarcade ,
209- propinball, screen ].
209+ from. One of: [ pinballfx2, pinballfx3 ,
210+ pinballarcade, propinball, screen ].
210211
211212 -f, --fps How many frames per second should be mirrored.
212213 Default: 25
213214
215+ --idle-after Wait for number of milliseconds until clearing the
216+ screen. Disable with 0. Default: 0.
217+
218+ --idle-play Play this file while idleing instead of blank
219+ screen. Supported formats: JPG, PNG, GIF. Animated
220+ GIFs are supported.
221+
214222 --position [screen] Position and size of screen grabber source.
215223 Four values: <Left> <Top> <Width> <Height>. Default:
216224 "0 0 128 32".
@@ -250,6 +258,8 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
250258 and can be used for custom aspect ratio. Default: "0
251259 0 1024".
252260
261+ --virtual-dotsize Scale the dot size of the virtual DMD. Default: 1
262+
253263 -c, --color Sets the color of a grayscale source that is
254264 rendered on an RGB destination. Default: ff3000
255265
@@ -266,6 +276,12 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
266276 FX2 doesn't receive any frames anymore. Default:
267277 false
268278
279+ --quit-after Exit after n milliseconds. If set to -1, waits
280+ indefinitely or until source finishes when -q used.
281+ Default: -1
282+
283+ --no-clear Don't clear screen when quitting. Default: false.
284+
269285 -o, --output-to-file If set, writes all frames as PNG bitmaps to the
270286 provided folder.
271287```
@@ -275,7 +291,7 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
275291```
276292C:\>dmdext play --help
277293
278- DMD Extensions v1.5.1
294+ DMD Extensions v1.6.0
279295USAGE: dmdext play --file=<image path> [--destination=<destination>]
280296
281297 -f, --file Required. Path to the file to play. Currently
@@ -303,6 +319,8 @@ USAGE: dmdext play --file=<image path> [--destination=<destination>]
303319 and can be used for custom aspect ratio. Default: "0
304320 0 1024".
305321
322+ --virtual-dotsize Scale the dot size of the virtual DMD. Default: 1
323+
306324 -c, --color Sets the color of a grayscale source that is
307325 rendered on an RGB destination. Default: ff3000
308326
@@ -319,6 +337,12 @@ USAGE: dmdext play --file=<image path> [--destination=<destination>]
319337 FX2 doesn't receive any frames anymore. Default:
320338 false
321339
340+ --quit-after Exit after n milliseconds. If set to -1, waits
341+ indefinitely or until source finishes when -q used.
342+ Default: -1
343+
344+ --no-clear Don't clear screen when quitting. Default: false.
345+
322346 -o, --output-to-file If set, writes all frames as PNG bitmaps to the
323347 provided folder.
324348```
@@ -327,7 +351,7 @@ USAGE: dmdext play --file=<image path> [--destination=<destination>]
327351```
328352C:\>dmdext test --help
329353
330- DMD Extensions v1.5.1
354+ DMD Extensions v1.6.0
331355USAGE: dmdext test [--destination=<destination>]
332356
333357 -d, --destination The destination where the DMD data is sent to. One
@@ -352,6 +376,8 @@ USAGE: dmdext test [--destination=<destination>]
352376 and can be used for custom aspect ratio. Default: "0
353377 0 1024".
354378
379+ --virtual-dotsize Scale the dot size of the virtual DMD. Default: 1
380+
355381 -c, --color Sets the color of a grayscale source that is
356382 rendered on an RGB destination. Default: ff3000
357383
@@ -368,6 +394,12 @@ USAGE: dmdext test [--destination=<destination>]
368394 FX2 doesn't receive any frames anymore. Default:
369395 false
370396
397+ --quit-after Exit after n milliseconds. If set to -1, waits
398+ indefinitely or until source finishes when -q used.
399+ Default: -1
400+
401+ --no-clear Don't clear screen when quitting. Default: false.
402+
371403 -o, --output-to-file If set, writes all frames as PNG bitmaps to the
372404 provided folder.
373405```
0 commit comments