-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcorn.xbm
More file actions
35 lines (35 loc) · 1.94 KB
/
corn.xbm
File metadata and controls
35 lines (35 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#define corn_width 32
#define corn_height 32
static char corn_bits[] = {
0x70,0x00,0x00,0x0e,0x30,0x00,0x00,0x06,0x11,0x40,0x40,0x02,0x93,0x50,0xe1,
0x12,0xd6,0xe1,0x80,0x3b,0xfc,0x4b,0x02,0x5f,0x7c,0x52,0x01,0x8e,0x38,0xe0,
0x00,0x06,0x10,0x40,0x20,0x02,0x10,0x48,0x60,0x12,0x10,0x5c,0xc2,0x3a,0x00,
0x70,0x87,0x7f,0x00,0xe0,0x8d,0x4f,0x00,0xc0,0x01,0x87,0x00,0xc0,0x00,0x02,
0x10,0x48,0x00,0x02,0x54,0x5c,0x02,0x02,0x38,0x70,0x07,0x00,0x92,0xe0,0x0b,
0x00,0x54,0xc0,0x01,0x00,0x38,0xc0,0x00,0x00,0x10,0x44,0x00,0x02,0x12,0x4c,
0x82,0x0a,0x97,0x58,0x07,0x07,0xdc,0xf1,0x4f,0x12,0x78,0xf3,0x89,0x0a,0x70,
0xe0,0x00,0x07,0x30,0x40,0x00,0x02,0x12,0x40,0x40,0x02,0x97,0x40,0xe0,0x12,
0xdc,0x01,0x80,0x3b,0xf8,0x02,0x00,0x6f};
/******************************************************************************
*
* Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the next
* paragraph) shall be included in all copies or substantial portions of the
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/