mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
6 lines
178 B
C
6 lines
178 B
C
#define tiny_Z_width 5
|
|
#define tiny_Z_height 7
|
|
#define tiny_Z_x_hot 0
|
|
#define tiny_Z_y_hot 6
|
|
static unsigned char tiny_Z_bits[] = {
|
|
0x0f, 0x08, 0x04, 0x04, 0x02, 0x01, 0x0f};
|