Change video frames to project logo

This commit is contained in:
kkitayam 2021-09-26 18:33:30 +09:00
parent a15c354329
commit 319db9573c
2 changed files with 6154 additions and 3076 deletions

File diff suppressed because it is too large Load Diff

View File

@ -104,7 +104,9 @@ void tud_resume_cb(void)
// USB Video
//--------------------------------------------------------------------+
static unsigned char const *frames[] = {
black_128x96_yuv, white_128x96_yuv, green_128x96_yuv
white_128x96_yuv, white_128x96_yuv, white_128x96_yuv,
t_128x96_yuv, ti_128x96_yuv, tin_128x96_yuv, logo_128x96_yuv,
logo_128x96_yuv, logo_128x96_yuv, logo_128x96_yuv, logo_128x96_yuv
};
static unsigned current_frame = 0;
static unsigned tx_busy = 0;