#define led_6_width 16
#define led_6_height 16
static char led_6_bits[] = {
0x00, 0x00, 0x07, 0xc0, 0x1f, 0xe0, 0x18, 0x00, 0x18, 0x20, 0x18, 0x00,
0x1f, 0xe0, 0x07, 0xc0, 0x18, 0x30, 0x18, 0x30, 0x18, 0x30, 0x18, 0x30,
0x1f, 0xf0, 0x07, 0xc0, 0x00, 0x00, 0x00, 0x00};
|