parent
80ff6a6832
commit
aa2ea6e2c8
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -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 */
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue