mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
7 lines
273 B
C
7 lines
273 B
C
|
#define desk_width 15
|
||
|
#define desk_height 15
|
||
|
static unsigned char desk_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0xfc, 0x1f, 0x0c, 0x18, 0x0c, 0x18,
|
||
|
0xcc, 0x19, 0xcc, 0x19, 0xcc, 0x19, 0x0c, 0x18, 0x0c, 0x18, 0xfc, 0x1f,
|
||
|
0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00 };
|