6 lines
246 B
C
6 lines
246 B
C
#define angle_gx_width 12
|
|
#define angle_gx_height 12
|
|
static unsigned char angle_gx_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x80, 0x01, 0xc0, 0x00, 0xe0, 0x01,
|
|
0xb0, 0x03, 0x18, 0x03, 0x0c, 0x03, 0x06, 0x03, 0xff, 0x0f, 0xff, 0x0f};
|
|
|