Example #1
0
static void disphal_fbconfig_dsi_post(void)
{

fbconfig_set_vdo_mode();
//needStartDSI =  true;  //need ??xk.shi
DSI_StartTransfer(true);
}
Example #2
0
void disp_dsi_post(void)
{

fbconfig_set_vdo_mode();
needStartDSI =  true;
DSI_StartTransfer(true);
//dsi_update_screen(true);
}