mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
#define bulb_width 16
|
|
#define bulb_height 16
|
|
static char bulb_bits[] = {
|
|
0xc4, 0x47,
|
|
0x30, 0x18,
|
|
0x0a, 0xa0,
|
|
0x84, 0x42,
|
|
0x44, 0x45,
|
|
0x44, 0x44,
|
|
0x8a, 0xa2,
|
|
0x10, 0x11,
|
|
0x24, 0x49,
|
|
0x52, 0x95,
|
|
0x48, 0x25,
|
|
0x44, 0x45,
|
|
0xd0, 0x16,
|
|
0x40, 0x05,
|
|
0xc0, 0x06,
|
|
0x80, 0x03,
|
|
|
|
};
|