mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
8 lines
314 B
C
8 lines
314 B
C
#define max_width 16
|
|
#define max_height 16
|
|
#define max_x_hot 3
|
|
#define max_y_hot 11
|
|
static char max_bits[] = {
|
|
0x03, 0x00, 0xfb, 0x7f, 0x03, 0x00, 0xfb, 0x7f, 0xfb, 0x7f, 0xfb, 0x7f,
|
|
0xfb, 0x7f, 0x03, 0x7f, 0x7b, 0x7f, 0x03, 0x7f, 0x7b, 0x7f, 0x7b, 0x7f,
|
|
0x03, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|