pq.h 353 B

12345678910111213141516171819202122
  1. #ifndef _PQ_H
  2. #define _PQ_H
  3. #include <Customization.h>
  4. #include "drv_types.h"
  5. #define PQ_EXPORT
  6. #define CUSTOM_ADJUST_RANGE 0
  7. #ifdef DYNAMIC_BACKLIGHT
  8. enum
  9. {
  10. HOMEMODE = 0, //for eu dynamic backlight, the range is 65% of backlight range
  11. STOREMODE
  12. };
  13. #endif
  14. void PQ_EventGammaPattern(UINT8);
  15. void PQ_Initialization(void);
  16. #endif //#ifndef _PQ_H