https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 2dd68d19b1cece469671561321ba79ce36a986bf authored by Daniel Fort on 07 January 2017, 00:18:26 UTC
Added BGMT_DRAG_1_FINGER for 650D
Tip revision: 2dd68d1
afma.h
// 7D AFMA constants
#define PROP_AFMA 0x80010006

static int8_t afma_buf[0x17];
#define AFMA_MODE       afma_buf[0x05]
#define AFMA_PER_LENS   afma_buf[0x11]
#define AFMA_ALL_LENSES afma_buf[0x13]
back to top