mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
6 lines
281 B
Text
6 lines
281 B
Text
#define gray25_width 16
|
|
#define gray25_height 16
|
|
static char gray25_bits[] = {
|
|
0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22,
|
|
0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88,
|
|
0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88};
|