9 lines
334 B
C
Executable File
9 lines
334 B
C
Executable File
#define chromium_width 15
|
|
#define chromium_height 15
|
|
#define chromium_x_hot 7
|
|
#define chromium_y_hot 7
|
|
static unsigned char chromium_bits[] = {
|
|
0xf0, 0x07, 0x88, 0x08, 0x04, 0x11, 0x02, 0x21, 0x81, 0x40, 0xc1, 0x41,
|
|
0x21, 0x42, 0x21, 0x42, 0x21, 0x42, 0xe1, 0x47, 0x11, 0x44, 0x1a, 0x28,
|
|
0x0c, 0x18, 0x08, 0x08, 0xf0, 0x07};
|