Part Number:DLP2021LEQ1EVM
为什么按照使用手册在主机静音工作下启动还是跟本地主机控制模式一样的人动态图案?而不是使用手册上写的人垂直色条的静态图像
Jeremy_Wu:
那个mcu代码需要根据需要修改一下
,
? ??:
怎么改啊新手小白
,
Jeremy_Wu:
// If there is a video in flash play the first video found, if not then load the first image found for(uint8_t i = 0; i < videoCount; i++){ if(videos[i].frameCount > 1){ fpgaSetVideo1(videos[i].address, VIDEO1_1_LOOPS, videos[i].frameCount); fpgaSetVideo2(videos[i].address, VIDEO1_2_LOOPS, videos[i].frameCount); break; } else{ fpgaSetVideo1(videos[0].address, VIDEO1_1_LOOPS, videos[0].frameCount); fpgaSetVideo2(videos[0].address, VIDEO1_2_LOOPS, videos[0].frameCount); } }
,
? ??:
mcu代码在哪改啊
,
Jeremy_Wu:
videoCount是你要显示的video顺序