You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#define printDis_width 15
|
|
#define printDis_height 15
|
|
static unsigned char printDis_bits[] = {
|
|
0xa0, 0x2a, 0x10, 0x40, 0x00, 0x00, 0x40, 0x01, 0x08, 0x20, 0x40, 0x01,
|
|
0x00, 0x00, 0x14, 0x10, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x01, 0x40,
|
|
0x00, 0x00, 0x01, 0x40, 0xaa, 0x2a};
|
|
|