diff --git a/App/Properties/AssemblyInfo.cs b/App/Properties/AssemblyInfo.cs index 82078ebac..9a215667d 100644 --- a/App/Properties/AssemblyInfo.cs +++ b/App/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.4.1")] -[assembly: AssemblyFileVersion("1.2.4.1")] -[assembly: AssemblyInformationalVersionAttribute("1.2.5-SNAPSHOT")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.0.2")] +[assembly: AssemblyFileVersion("1.3.0.2")] +[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta2")] \ No newline at end of file diff --git a/Console/Properties/AssemblyInfo.cs b/Console/Properties/AssemblyInfo.cs index 023ce2a99..e83f65b58 100644 --- a/Console/Properties/AssemblyInfo.cs +++ b/Console/Properties/AssemblyInfo.cs @@ -35,6 +35,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.0.2")] +[assembly: AssemblyFileVersion("1.3.0.2")] [assembly: AssemblyInformationalVersionAttribute("1.3.0-beta2")] diff --git a/LibDmd/Properties/AssemblyInfo.cs b/LibDmd/Properties/AssemblyInfo.cs index fd8bb578a..c43d8fe67 100644 --- a/LibDmd/Properties/AssemblyInfo.cs +++ b/LibDmd/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.0.2")] +[assembly: AssemblyFileVersion("1.3.0.2")] [assembly: AssemblyInformationalVersionAttribute("1.3.0-beta2")] diff --git a/README.md b/README.md index bde2d195d..168e771e5 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ All options are documented in the tool. ``` C:\>dmdext -DMD Extensions v1.2.4 +DMD Extensions v1.3.0-beta2 USAGE: dmdext [] mirror Mirrors pixel data from the screen or memory to all available @@ -118,7 +118,7 @@ USAGE: dmdext [] ``` C:\>dmdext mirror --help -DMD Extensions v1.2.4 +DMD Extensions v1.3.0-beta2 USAGE: dmdext mirror --source= [--destination=] -s, --source Required. The source you want to retrieve DMD data @@ -158,6 +158,10 @@ USAGE: dmdext mirror --source= [--destination=] the DMD window. Four values: . Default: "12 8 8 12". + --propinball-args [propinball] Arguments send from the Pro Pinball + master process. Usually something like: "ndmd + w0_0_0_0_w m392". + -d, --destination The destination where the DMD data is sent to. One of: [ auto, pindmdv1, pindmdv2, pindmdv3, pin2dmd, virtual ]. Default: "auto", which outputs to all @@ -181,10 +185,16 @@ USAGE: dmdext mirror --source= [--destination=] --use-gray4 Sends frames in 4-bit grayscale to the display if supported. Default: false + -c, --color Sets the color of a grayscale source that is + rendered on an RGB destination. Default: ff3000 + --flip-x Flips the image horizontally. Default: false. --flip-y Flips the image vertically. Default: false. + -p, --port Force COM port for PinDMDv3 devices. Example: + "COM3". + -q, --quit-when-done Exit the program when finished, e.g. when Pinball FX2 doesn't receive any frames anymore. Default: false @@ -198,11 +208,11 @@ USAGE: dmdext mirror --source= [--destination=] ``` C:\>dmdext play --help -DMD Extensions v1.2.4 +DMD Extensions v1.3.0-beta2 USAGE: dmdext play --file= [--destination=] -f, --file Required. Path to the file to play. Currently - supported file types: PNG, JPG. + supported file types: PNG, JPG, BIN (raw). -d, --destination The destination where the DMD data is sent to. One of: [ auto, pindmdv1, pindmdv2, pindmdv3, pin2dmd, @@ -227,10 +237,16 @@ USAGE: dmdext play --file= [--destination=] --use-gray4 Sends frames in 4-bit grayscale to the display if supported. Default: false + -c, --color Sets the color of a grayscale source that is + rendered on an RGB destination. Default: ff3000 + --flip-x Flips the image horizontally. Default: false. --flip-y Flips the image vertically. Default: false. + -p, --port Force COM port for PinDMDv3 devices. Example: + "COM3". + -q, --quit-when-done Exit the program when finished, e.g. when Pinball FX2 doesn't receive any frames anymore. Default: false @@ -243,9 +259,12 @@ USAGE: dmdext play --file= [--destination=] ``` C:\>dmdext test --help -DMD Extensions v1.2.4 +DMD Extensions v1.3.0-beta2 USAGE: dmdext test [--destination=] + -f, --file Required. Path to the file to play. Currently + supported file types: PNG, JPG, BIN (raw). + -d, --destination The destination where the DMD data is sent to. One of: [ auto, pindmdv1, pindmdv2, pindmdv3, pin2dmd, virtual ]. Default: "auto", which outputs to all @@ -269,10 +288,16 @@ USAGE: dmdext test [--destination=] --use-gray4 Sends frames in 4-bit grayscale to the display if supported. Default: false + -c, --color Sets the color of a grayscale source that is + rendered on an RGB destination. Default: ff3000 + --flip-x Flips the image horizontally. Default: false. --flip-y Flips the image vertically. Default: false. + -p, --port Force COM port for PinDMDv3 devices. Example: + "COM3". + -q, --quit-when-done Exit the program when finished, e.g. when Pinball FX2 doesn't receive any frames anymore. Default: false