5 lines
193 B
C
5 lines
193 B
C
#define pin_width 9
|
|
#define pin_height 9
|
|
static unsigned char pin_bits[] = {
|
|
0xf0, 0x00, 0x90, 0x01, 0x10, 0x01, 0x0e, 0x01, 0xc1, 0x01, 0x22, 0x00,
|
|
0x24, 0x00, 0x2a, 0x00, 0x11, 0x00 };
|