#define led_3_width 16
#define led_3_height 16
static char led_3_bits[] = {
0x00, 0x00, 0x07, 0xc0, 0x17, 0xf0, 0x00, 0x30, 0x10, 0x30, 0x00, 0x30,
0x17, 0xf0, 0x07, 0xc0, 0x10, 0x30, 0x00, 0x30, 0x10, 0x30, 0x00, 0x30,
0x17, 0xf0, 0x07, 0xc0, 0x00, 0x00, 0x00, 0x00};
|