mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
6 lines
173 B
C
6 lines
173 B
C
#define tiny_period_width 3
|
|
#define tiny_period_height 2
|
|
#define tiny_period_x_hot 0
|
|
#define tiny_period_y_hot 1
|
|
static unsigned char tiny_period_bits[] = {
|
|
0x03, 0x03};
|