mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Change video frames to project logo
This commit is contained in:
parent
a15c354329
commit
319db9573c
File diff suppressed because it is too large
Load Diff
@ -104,7 +104,9 @@ void tud_resume_cb(void)
|
|||||||
// USB Video
|
// USB Video
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
static unsigned char const *frames[] = {
|
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 current_frame = 0;
|
||||||
static unsigned tx_busy = 0;
|
static unsigned tx_busy = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user