1. #ifndef __LIHGT_CFG_H__
    2. #define __LIHGT_CFG_H__
    3. #include "light_types.h"
    4. #ifdef __cplusplus
    5. extern "C" {
    6. #endif /* __cplusplus */
    7. /**
    8. * @brief Light frame support function choose
    9. */
    10. #define LIGHT_CFG_INIT_PARAM_CHECK 0 //if not check param vaild when light init
    11. #define LIGHT_CFG_SUPPORT_LOWPOWER 1 //if not support lowpower
    12. #define LIGHT_CFG_PROD_DRIVER_NEED_INIT 0 //if not drive need init in production
    13. #define LIGHT_CFG_ENABLE_GAMMA 1 // enable gamma
    14. #define LIGHT_CFG_GAMMA_CAL 0 // enable gamma calc
    15. #ifdef __cplusplus
    16. }
    17. #endif /* __cplusplus */
    18. #endif /* __LIHGT_CFG_H__ */