打开自动调整亮度选项后,屏幕闪屏
时间:10-02
整理:3721RD
点击:
我现在在MT6577上调试hm8005三合一光感,在“设置---显示---亮度--自动调整亮度“ 后,屏幕闪屏。哪位高手能告诉我在什么地方能调整啊?
哦,我的cust_alsps.c文件内容是
static struct alsps_hw cust_alsps_hw = {
.I2C_num = 0,
.polling_mode_ps =0, // 0 is interrupt mod // 1 is polling mode
.polling_mode_als =1, // 0 is interrupt mod // 1 is polling mode
.power_id = MT65XX_POWER_NONE, /*LDO is not used*/
.power_vol = VOL_2800, /*LDO is not used*/
.i2c_addr = {0x76, 0x48, 0x78, 0x00},
/*Lenovo-sw chenlj2 add 2011-06-03,modify parameter below two lines*/
.als_level = { 4, 40, 80, 120, 160, 250, 400, 800, 1200, 1600, 2000, 3000, 5000, 10000, 65535},
.als_value = {10, 20,20, 120, 120, 280, 280, 280, 1600, 1600, 1600, 6000, 6000, 9000, 10240, 10240},
.ps_threshold_high = 900,
.ps_threshold_low = 750,
.ps_threshold = 900,
};
哦,我的cust_alsps.c文件内容是
static struct alsps_hw cust_alsps_hw = {
.I2C_num = 0,
.polling_mode_ps =0, // 0 is interrupt mod // 1 is polling mode
.polling_mode_als =1, // 0 is interrupt mod // 1 is polling mode
.power_id = MT65XX_POWER_NONE, /*LDO is not used*/
.power_vol = VOL_2800, /*LDO is not used*/
.i2c_addr = {0x76, 0x48, 0x78, 0x00},
/*Lenovo-sw chenlj2 add 2011-06-03,modify parameter below two lines*/
.als_level = { 4, 40, 80, 120, 160, 250, 400, 800, 1200, 1600, 2000, 3000, 5000, 10000, 65535},
.als_value = {10, 20,20, 120, 120, 280, 280, 280, 1600, 1600, 1600, 6000, 6000, 9000, 10240, 10240},
.ps_threshold_high = 900,
.ps_threshold_low = 750,
.ps_threshold = 900,
};
改背光频率了,跟这个无关
谢谢,那我看看背光。
