https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 16f6a6ab99e12f5120fb5ee176625110b4262502 authored by Daniel Fort on 30 January 2019, 17:36:49 UTC
stubs: taking out these stubs like on the 100D. Still problems with dm-spy-experiments branch but it isn't freezing LiveView and creating crash logs
Tip revision: 16f6a6a
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