1
2
3
4
5
6
|
#define xbar_width 16
#define xbar_height 16
static char xbar_bits[] = {
0xf0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0e, 0x90, 0x1d,
0x98, 0x0d, 0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0xd8, 0x08, 0xf8, 0x04,
0xb8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|