mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
7 lines
294 B
C
7 lines
294 B
C
|
#define max_toggled_width 15
|
||
|
#define max_toggled_height 15
|
||
|
static unsigned char max_toggled_bits[] = {
|
||
|
0x10, 0x00, 0x38, 0x00, 0x7c, 0x00, 0x6e, 0x00, 0x66, 0x00, 0x66, 0x00,
|
||
|
0x66, 0x00, 0xe6, 0x0f, 0xe6, 0x1f, 0x06, 0x38, 0x06, 0x1c, 0xfe, 0x0f,
|
||
|
0xfe, 0x07, 0x00, 0x00, 0x00, 0x00 };
|