blob: 5b4fcb01174d198bb042c863360d36e15b77a770 (
plain)
1
2
3
4
5
|
#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 };
|