mirror of
https://github.com/leozide/leocad
synced 2025-01-15 15:40:48 +01:00
23 lines
438 B
C
23 lines
438 B
C
/* XPM */
|
|
static const char* pi_misc[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 2 1",
|
|
" c Gray0",
|
|
". c None",
|
|
/* pixels */
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"... .. ...",
|
|
"... .. .. .. ...",
|
|
".. ..",
|
|
".. .......... ..",
|
|
".. .......... ..",
|
|
".. ... ... ..",
|
|
".. .. .... .. ..",
|
|
".. ...... ..",
|
|
"................",
|
|
"................"
|
|
};
|