https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a3e9cc95e73034dab2a6a597f39e9fa389e38c9b authored by a1ex on 09 March 2014, 07:37:08 UTC
Close branch eosm-doubletap-ettr
Tip revision: a3e9cc9
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