5 lines
135 B
C
5 lines
135 B
C
|
#define image_width 8
|
||
|
#define image_height 8
|
||
|
static unsigned char image_bits[] = {
|
||
|
0x3c, 0x7e, 0xdb, 0xff, 0xdb, 0xe7, 0x7e, 0x3c};
|