5 lines
196 B
C
5 lines
196 B
C
#define temp_width 9
|
|
#define temp_height 9
|
|
static unsigned char temp_bits[] = {
|
|
0x80, 0x01, 0xc8, 0x01, 0xe0, 0x00, 0x52, 0x00, 0x28, 0x00, 0x16, 0x00,
|
|
0x09, 0x00, 0x09, 0x00, 0x06, 0x00 };
|