6 lines
118 B
C
6 lines
118 B
C
![]() |
#define Z_width 5
|
||
|
#define Z_height 7
|
||
|
static unsigned char Z_bits[] = {
|
||
|
0x1f, 0x10, 0x08, 0x04, 0x02, 0x01, 0x1f};
|
||
|
|