mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
7 lines
270 B
C
7 lines
270 B
C
|
#define max_width 15
|
||
|
#define max_height 15
|
||
|
static unsigned char max_bits[] = {
|
||
|
0x00, 0x00, 0xf8, 0x1f, 0xfc, 0x1f, 0x0e, 0x18, 0x07, 0x18, 0xfe, 0x19,
|
||
|
0xfc, 0x19, 0x80, 0x19, 0x80, 0x19, 0x80, 0x19, 0x80, 0x1d, 0x80, 0x0f,
|
||
|
0x00, 0x07, 0x00, 0x02, 0x00, 0x00 };
|