mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
6 lines
273 B
Text
6 lines
273 B
Text
#define max_width 16
|
|
#define max_height 16
|
|
static char max_bits[] = {
|
|
0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff,
|
|
0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff,
|
|
0xfc, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|