blob: a883cf03c5b5b8d34e4b76f5f6a9b7df661a78f0 (
plain)
1
2
3
4
5
|
#define shelf_width 9
#define shelf_height 9
static unsigned char shelf_bits[] = {
0xfe, 0x00, 0x82, 0x00, 0xba, 0x00, 0x82, 0x00, 0xfe, 0x00, 0x82, 0x00,
0xba, 0x00, 0x82, 0x00, 0xfe, 0x00 };
|