5 lines
196 B
C
5 lines
196 B
C
#define list_width 9
|
|
#define list_height 9
|
|
static unsigned char list_bits[] = {
|
|
0xfb, 0x00, 0x03, 0x00, 0x00, 0x00, 0xfb, 0x00, 0x03, 0x00, 0x00, 0x00,
|
|
0xfb, 0x00, 0x03, 0x00, 0x00, 0x00 };
|