mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 07:31:19 +00:00
14 lines
246 B
C
14 lines
246 B
C
|
#define HMAC_SUNGLASSES_WIDTH 16
|
||
|
#define HMAC_SUNGLASSES_HEIGHT 10
|
||
|
static unsigned char HMAC_SUNGLASSES_BITS[] = {
|
||
|
0x00, 0x00,
|
||
|
0xFF, 0xFE,
|
||
|
0x7D, 0x7C,
|
||
|
0x7D, 0x7C,
|
||
|
0x39, 0x38,
|
||
|
0x03, 0x00,
|
||
|
0x00, 0x00,
|
||
|
0x1F, 0xF0,
|
||
|
0x00, 0x00,
|
||
|
0x00, 0x00
|
||
|
};
|