summaryrefslogtreecommitdiff
path: root/muse2/xpm/sine.xpm
blob: ed0ac2d0927928a2e15a8a2108da7a19bdb9ba1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* XPM */
static const char* const sine_xpm[] = { 
"12 12 2 1",
". c #000000",
"# c #20ff18",
"............",
"............",
"............",
"............",
"..###.....##",
".#...#...#..",
".#...#...#..",
"#.....###...",
"............",
"............",
"............",
"............"};