mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
7 lines
276 B
C
7 lines
276 B
C
|
#define close_width 15
|
||
|
#define close_height 15
|
||
|
static unsigned char close_bits[] = {
|
||
|
0x00, 0x00, 0x3e, 0x3e, 0x7e, 0x3f, 0xe6, 0x33, 0xc6, 0x31, 0x8e, 0x38,
|
||
|
0x1c, 0x1c, 0x38, 0x0e, 0x1c, 0x1c, 0x8e, 0x38, 0xc6, 0x31, 0xe6, 0x33,
|
||
|
0x7e, 0x3f, 0x3e, 0x3e, 0x00, 0x00 };
|