mirror of
https://github.com/shagr4th/droid48
synced 2025-01-29 20:34:23 +01:00
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};
|
||
|
|