-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchessBlack.c
28 lines (25 loc) · 1.98 KB
/
chessBlack.c
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
// Generated by : ImageConverter 565 Online
// Generated from : Oval.png
// Time generated : Mon, 25 Mar 19 21:44:09 +0100 (Server timezone: CET)
// Image Size : 13x13 pixels
// Memory usage : 338 bytes
#if defined(__AVR__)
#include <avr/pgmspace.h>
#elif defined(__PIC32MX__)
#define PROGMEM
#elif defined(__arm__)
#define PROGMEM
#endif
const unsigned short CHESSBLACK[169]={
0x0000, 0x0000, 0x0000, 0x0000, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4208, // 0x0010 (16) pixels
0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x18C3, 0x0000, 0x0000, 0x0000, 0x18C3, 0x1082, 0x0861, 0x1082, 0x1082, // 0x0020 (32) pixels
0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x4208, 0x0000, 0x0000, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0030 (48) pixels
0x1082, 0x0861, 0x1082, 0x0000, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0040 (64) pixels
0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0050 (80) pixels
0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0060 (96) pixels
0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0070 (112) pixels
0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x0000, 0x1082, 0x0861, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0080 (128) pixels
0x1082, 0x0000, 0x0000, 0x4208, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x0861, 0x1082, 0x18C3, 0x0000, 0x0000, // 0x0090 (144) pixels
0x0000, 0x18C3, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x4208, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, // 0x00A0 (160) pixels
0x0000, 0x0000, 0x0000, 0x0000, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082
};