blob: 78b552f57009107359951e8d0ee9ab14040afd40 (
plain)
1
2
3
4
5
|
#define clock2_width 9
#define clock2_height 9
static unsigned char clock2_bits[] = {
0x7c, 0x00, 0x82, 0x00, 0x11, 0x01, 0x11, 0x01, 0x71, 0x01, 0x01, 0x01,
0x01, 0x01, 0x82, 0x00, 0x7c, 0x00 };
|