mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
6 lines
297 B
C
6 lines
297 B
C
#define desk_toggled_width 15
|
|
#define desk_toggled_height 15
|
|
static unsigned char desk_toggled_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f,
|
|
0x38, 0x0e, 0x38, 0x0e, 0x38, 0x0e, 0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|