A59 -V1.1版本提交
This commit is contained in:
@ -418,9 +418,9 @@ static void animation_thread(void *param)
|
||||
#endif
|
||||
if(power){
|
||||
BrightnessPowerOnSetting();
|
||||
pwm_enable(2);//?<3F><>?<3F><>?-??<3F><>?<3F><>?<3F>̨<EFBFBD><CCA8><EFBFBD>???<3F><><EFBFBD><EFBFBD>?a??<3F><>31a
|
||||
pwm_enable(3);//?<3F><>?<3F><>?-??<3F><>?<3F><>?<3F>̨<EFBFBD><CCA8><EFBFBD>???<3F><><EFBFBD><EFBFBD>?a??<3F><>?1a
|
||||
}
|
||||
pwm_enable(2);
|
||||
pwm_enable(3);
|
||||
}
|
||||
ark_lcd_osd_enable(LCD_VIDEO_LAYER, 1);
|
||||
ark_lcd_osd_enable(LCD_UI_LAYER, 0);
|
||||
first_show_done = 1;
|
||||
@ -536,7 +536,7 @@ int animation_init(void)
|
||||
/* Create a task to play animation */
|
||||
//if (xTaskCreate(h264_decode_test_thread, "h264_decode_test", configMINIMAL_STACK_SIZE*2, NULL,
|
||||
if (xTaskCreate(animation_thread, "animation", configMINIMAL_STACK_SIZE, NULL,
|
||||
configMAX_PRIORITIES - 2, &animation_task) != pdPASS) {
|
||||
configMAX_PRIORITIES - 1, &animation_task) != pdPASS) {
|
||||
printf("create animation task fail.\n");
|
||||
animation_task = NULL;
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user