1、量产版本;

2、去掉触摸部分代码;
3、解决调节护眼蓝光卡死问题。
This commit is contained in:
“苏飞源” 2023-09-26 11:08:51 +08:00
parent 80ff6a6832
commit aa2ea6e2c8
4 changed files with 1235 additions and 1212 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
/*
* Auto generated Run-Time-Environment Configuration File
* *** Do not modify ! ***
*
* Project: 'ISP568'
* Target: 'ISP568'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "ARMCM0.h"
#endif /* RTE_COMPONENTS_H */

View File

@ -1544,7 +1544,7 @@ static bool ap_set_backlight_51(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packe
cmd_data[0] = dcs_packet->packet_param[0];
cmd_data[1] = dcs_packet->packet_param[1];
/*
if( (s_in_aod_mode_flag)&&(cmd_data[0]==0x00 && cmd_data[1]==0x08) )
{
hal_dsi_tx_ctrl_write_cmd(0x39, 0, 3, 0x51, 0x00, 0x50);
@ -1553,7 +1553,7 @@ static bool ap_set_backlight_51(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packe
{
hal_dsi_tx_ctrl_write_cmd(0x39, 0, 3, 0x51, cmd_data[0], cmd_data[1]);
}
*/
TAU_LOGD("51:[%x]", (cmd_data[0]<<8)|cmd_data[1]);
return true;
}