5 lines
239 B
C
5 lines
239 B
C
#define exp_gx_width 13
|
|
#define exp_gx_height 12
|
|
static unsigned char exp_gx_bits[] = {
|
|
0x00, 0xfb, 0x00, 0xf6, 0x00, 0xe6, 0x00, 0xf6, 0x80, 0xed, 0x18, 0xe0,
|
|
0x36, 0xe0, 0x36, 0xe0, 0x1f, 0xe0, 0x03, 0xe0, 0x13, 0xe0, 0x0e, 0xe0};
|