mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-06 07:15:41 -04:00
28 lines
645 B
C
28 lines
645 B
C
/* XPM */
|
|
static char *frame[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"21 21 1 1",
|
|
" c #23155F",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "
|
|
};
|