12345678910111213141516171819202122 |
- #ifndef _PQ_H
- #define _PQ_H
- #include <Customization.h>
- #include "drv_types.h"
- #define PQ_EXPORT
- #define CUSTOM_ADJUST_RANGE 0
- #ifdef DYNAMIC_BACKLIGHT
- enum
- {
- HOMEMODE = 0, //for eu dynamic backlight, the range is 65% of backlight range
- STOREMODE
- };
- #endif
- void PQ_EventGammaPattern(UINT8);
- void PQ_Initialization(void);
- #endif //#ifndef _PQ_H
|