8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
#define nocheck_bitmap_width 10
|
|
#define nocheck_bitmap_height 10
|
|
#define nocheck_bitmap_x_hot 0
|
|
#define nocheck_bitmap_y_hot 0
|
|
static char nocheck_bitmap_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|