1 2 3 4 5
#define _width 10 #define _height 10 static char _bits[] = { 0x00,0x00,0x78,0x00,0xfc,0x00,0x86,0x01,0xfe,0x01,0xfe,0x01,0xfe,0x01,0xfc, 0x00,0x78,0x00,0x00,0x00 };