4 lines
148 B
C
4 lines
148 B
C
#define close_pressed_width 6
|
|
#define close_pressed_height 6
|
|
static unsigned char close_pressed_bits[] = {
|
|
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
|