5 lines
199 B
C
5 lines
199 B
C
#define movie_width 9
|
|
#define movie_height 9
|
|
static unsigned char movie_bits[] = {
|
|
0xff, 0x01, 0x55, 0x01, 0xff, 0x01, 0x21, 0x01, 0x21, 0x01, 0x21, 0x01,
|
|
0xff, 0x01, 0x55, 0x01, 0xff, 0x01 };
|