mirror of
https://github.com/shagr4th/droid48
synced 2025-01-14 08:01:41 +01:00
7 lines
255 B
C
7 lines
255 B
C
#define sqr_gx_width 11
|
|
#define sqr_gx_height 13
|
|
static unsigned char sqr_gx_bits[] = {
|
|
0x00, 0x03, 0x80, 0x04, 0x00, 0x04, 0x00, 0x02, 0x00, 0x01, 0x80, 0x07,
|
|
0x00, 0x00, 0x66, 0x00, 0x14, 0x00, 0x08, 0x00, 0x14, 0x00, 0x53, 0x00,
|
|
0x21, 0x00};
|
|
|