https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: cac23a5cee713f0410ba0122b3661091aea757da authored by alex@thinkpad on 13 August 2016, 11:50:01 UTC
700D, 650D, 100D, maybe others: nicer Kelvin display in photo mode
Tip revision: cac23a5
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