mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
5 lines
145 B
C
5 lines
145 B
C
|
#define bullet_width 6
|
||
|
#define bullet_height 9
|
||
|
static unsigned char bullet_bits[] = {
|
||
|
0x00, 0x06, 0x0e, 0x1c, 0x38, 0x1c, 0x0e, 0x06, 0x00 };
|