Figure 2
Output of the bitmap editor for the zero bitmap

#define xx_width 16
#define xx_height 16
    static unsigned char xx_bits[] = {
    0x00, 0x00, 0xe0, 0x07, 0xf0, 0x0f, 0x30, 0x0c, 0x30, 0x0c, 0x30,0x0c,
    0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30,0x0c,
    0x30, 0x0c, 0xf0, 0x0f, 0xe0, 0x07, 0x00, 0x00};


Back to article