https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: d55f081bdcad4288f48c025af007b69fa96dcecb authored by Giovanni Condello on 17 March 2013, 13:33:03 UTC
650D welcome page
Tip revision: d55f081
features.h
#include "all_features.h"

#define FEATURE_SWAP_MENU_ERASE
#define FEATURE_EYEFI_TRICKS
#define FEATURE_REC_NOTIFY_BEEP

// the 60D has very little RAM; disable some debug things

#undef FEATURE_EXPO_PRESET
#undef FEATURE_UPSIDE_DOWN // do we really need it with the swivel screen?
#undef FEATURE_LV_ZOOM_AUTO_EXPOSURE // not working well anyway

#undef FEATURE_SHOW_TASKS
#undef FEATURE_SHOW_CPU_USAGE
#undef FEATURE_SHOW_GUI_EVENTS
#undef FEATURE_SNAP_SIM
#undef FEATURE_SHOW_IMAGE_BUFFERS_INFO

#undef CONFIG_STRESS_TEST
#undef CONFIG_BENCHMARKS
#undef FLEXINFO_DEVELOPER_MENU

#undef CONFIG_TSKMON

#undef FEATURE_WAV_RECORDING
#undef FEATURE_FPS_WAV_RECORD
#undef FEATURE_VOICE_TAGS

back to top