5 lines
202 B
C
5 lines
202 B
C
#define light1_width 9
|
|
#define light1_height 9
|
|
static unsigned char light1_bits[] = {
|
|
0x38, 0x00, 0x44, 0x00, 0x82, 0x00, 0x82, 0x00, 0x44, 0x00, 0x28, 0x00,
|
|
0x38, 0x00, 0x38, 0x00, 0x10, 0x00 };
|