1#define rb_bot_width 15
2#define rb_bot_height 15
3static unsigned char rb_bot_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x20,
5   0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x30, 0x00, 0x10, 0x00, 0x18,
6   0x18, 0x0e, 0xe0, 0x03, 0x00, 0x00};
7