6 lines
233 B
C
6 lines
233 B
C
|
#define tall_width 12
|
||
|
#define tall_height 12
|
||
|
static unsigned char tall_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x7e, 0x07, 0x7e, 0x07, 0x7e, 0x00, 0x7e, 0x07,
|
||
|
0x7e, 0x07, 0x7e, 0x00, 0x7e, 0x07, 0x7e, 0x07, 0x00, 0x00, 0x00, 0x00};
|