diff options
Diffstat (limited to 'app/bin/bitmaps/curve1.xpm')
-rw-r--r-- | app/bin/bitmaps/curve1.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app/bin/bitmaps/curve1.xpm b/app/bin/bitmaps/curve1.xpm new file mode 100644 index 0000000..dd1a295 --- /dev/null +++ b/app/bin/bitmaps/curve1.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * curve1_xpm[] = { +"16 16 4 1", +" c None", +". c #FFFF00000000", +"X c #000000000000", +"o c #861782078617", +" . ", +" ... ", +" . . . ", +" . .X .", +" X XX.XX ", +" oXXX .X ", +" X XXX XX.XX ", +" X X. .X .", +" XooX X. . . ", +" X X ... ", +" XoX X X . ", +" XoX ", +" X XX ", +" X X ", +"XXXXX ", +" X X "}; |