Revision a62e5871069f958e6f54e20349c253f3d8a63b0f authored by alex@thinkpad on 26 September 2018, 06:22:01 UTC, committed by alex@thinkpad on 26 September 2018, 06:22:01 UTC
https://www.magiclantern.fm/forum/index.php?topic=5601.msg206383#msg206383
1 parent 13b9395
Raw File
CONFIG.txt

.. _magic.cfg:

Hidden settings
---------------

The configuration file (``MAGIC.CFG``) lets you tweak various hidden settings
using a simple text editor (Notepad, gedit, vi...), and is also used
to save Magic Lantern configuration from the GUI menu.

These settings can not be changed from the ML menu::

    # Delay between clearing the overlay in Clear Preview mode
    clear.preview.delay = 500

    # Background color for waveform
    waveform_bg = 20   # Semitransparent gray
    waveform_bg = 3    # Semitransparent black
    waveform_bg = 0    # Transparent

    # shutter display in degrees on the bottom bar
    shutter.display.degrees = 1
back to top