Difference between revisions of "Console"

From Medusa
 
Line 7: Line 7:
== Examples ==
== Examples ==


* Set screen to "mono" with "olive" filter (RGB color 0xCCFF00)
* Set screen to "mono" with "olive green" filter (RGB color 0xCCFF00)


<pre>
<pre>
Line 13: Line 13:
</pre>
</pre>


* Set screen to "mono" with specific gradient
* Set screen to "mono" with a specific gradient


<pre>
<pre>
Line 31: Line 31:
</pre>
</pre>


* Connect Y/CV input to Green input of RGB A/D (instead of standard green signal)
* Connect Y/CV input to Green input of RGB A/D (instead of a standard green signal)


<pre>
<pre>
setyasg 1
setyasg 1
</pre>
</pre>

Latest revision as of 17:54, 22 June 2022

Console

Medusa emulates standard virtual communication port (VCP) on USB. It can be used as a simple command console. Using console application (such as "minicom" on Mac/Unix or "putty" on Windows) you can connect to Medusa and run extra commands to change things that are currently not in the menu.

To display available commands with a short description please run the "help" command.

Examples

  • Set screen to "mono" with "olive green" filter (RGB color 0xCCFF00)
rgbcurve filter CCFF00
  • Set screen to "mono" with a specific gradient
rgbcurve gradient 0:000000 25:000063 67:7D005E 122:C70000 214:E9E900 255:FFFFFF
  • Force processing SCART signal as RGB signal (ignore voltage on fast switch pin)
scartmode rgb
  • Force using only green signal on RGB (as a monochrome signal - copy green to red and blue)
rgbcurve mfg 1
  • Connect Y/CV input to Green input of RGB A/D (instead of a standard green signal)
setyasg 1