Skip to content

Commit

Permalink
release: v1.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Oct 10, 2018
1 parent 705ff39 commit 7633bb7
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ The options are described by block below.
- `port` - COM port, e.g. `COM3`
- `[pin2dmd]` Options for the RGB24 PIN2DMD display
- `enabled` - If false, doesn't bother looking for a PIN2DMD
- `delay` - Delay in milliseconds to wait after loading a palette.
- `[video]` - Allows creating an .avi video from the DMD frames.
- `enabled` - If enabled, write to an .avi file.
- `path` - Path to folder or .avi file. If a folder is given, it will create
Expand Down Expand Up @@ -243,7 +244,7 @@ All options are documented in the tool.
```
C:\>dmdext
DMD Extensions v1.7.0
DMD Extensions v1.7.2
USAGE: dmdext <command> [<options>]
mirror Mirrors pixel data from the screen or memory to all available
Expand All @@ -259,7 +260,7 @@ USAGE: dmdext <command> [<options>]
```
C:\>dmdext mirror --help
DMD Extensions v1.7.1
DMD Extensions v1.7.2
USAGE: dmdext mirror --source=<source> [--destination=<destination>]
-s, --source Required. The source you want to retrieve DMD data
Expand Down Expand Up @@ -333,6 +334,9 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
-p, --port Force COM port for PinDMDv3 devices. Example:
"COM3".
--output-delay How long to wait in milliseconds for data to be sent
to the device. Default: 25.
-q, --quit-when-done Exit the program when finished, e.g. when Pinball
FX2 doesn't receive any frames anymore. Default:
false
Expand All @@ -355,7 +359,7 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
```
C:\>dmdext play --help
DMD Extensions v1.7.1
DMD Extensions v1.7.2
USAGE: dmdext play --file=<image path> [--destination=<destination>]
-f, --file Required. Path to the file to play. Currently
Expand Down Expand Up @@ -397,6 +401,9 @@ USAGE: dmdext play --file=<image path> [--destination=<destination>]
-p, --port Force COM port for PinDMDv3 devices. Example:
"COM3".
--output-delay How long to wait in milliseconds for data to be sent
to the device. Default: 25.
-q, --quit-when-done Exit the program when finished, e.g. when Pinball
FX2 doesn't receive any frames anymore. Default:
false
Expand All @@ -418,7 +425,7 @@ USAGE: dmdext play --file=<image path> [--destination=<destination>]
```
C:\>dmdext test --help
DMD Extensions v1.7.1
DMD Extensions v1.7.2
USAGE: dmdext test [--destination=<destination>]
-d, --destination The destination where the DMD data is sent to. One
Expand Down Expand Up @@ -457,6 +464,9 @@ USAGE: dmdext test [--destination=<destination>]
-p, --port Force COM port for PinDMDv3 devices. Example:
"COM3".
--output-delay How long to wait in milliseconds for data to be sent
to the device. Default: 25.
-q, --quit-when-done Exit the program when finished, e.g. when Pinball
FX2 doesn't receive any frames anymore. Default:
false
Expand Down

0 comments on commit 7633bb7

Please sign in to comment.