6 lines
173 B
C
6 lines
173 B
C
#define prog_width 16
|
|
#define prog_height 7
|
|
static unsigned char prog_bits[] = {
|
|
0x48, 0x12, 0x24, 0x24, 0x12, 0x48, 0x09, 0x90, 0x12, 0x48, 0x24, 0x24,
|
|
0x48, 0x12};
|
|
|