5 lines
131 B
C
5 lines
131 B
C
|
#define dish_width 8
|
||
|
#define dish_height 8
|
||
|
static unsigned char dish_bits[] = {
|
||
|
0x81, 0x7B, 0x46, 0x4E, 0x5C, 0x3E, 0x77, 0xC3 };
|