5 lines
190 B
C
5 lines
190 B
C
#define tv_width 9
|
|
#define tv_height 9
|
|
static unsigned char tv_bits[] = {
|
|
0x44, 0x00, 0x28, 0x00, 0xff, 0x01, 0x01, 0x01, 0x7d, 0x01, 0x7d, 0x01,
|
|
0x7d, 0x01, 0x01, 0x01, 0xff, 0x01 };
|