4 lines
154 B
C
4 lines
154 B
C
#define max_pressed_width 8
|
|
#define max_pressed_height 8
|
|
static unsigned char max_pressed_bits[] = {
|
|
0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 };
|