diff options
Diffstat (limited to 'midiA.xpm')
-rw-r--r-- | midiA.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/midiA.xpm b/midiA.xpm new file mode 100644 index 0000000..6779a39 --- /dev/null +++ b/midiA.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * midiA_xpm[] = { +"17 16 5 1", +" c None", +". c #000000", +"+ c #045B0E", +"@ c #00FF08", +"# c #07BA1F", +" ", +" ... ... ... ", +"+++............++", +"+@@...#...#...#@+", +"+@@...#...#...#@+", +"+@@...#...#...#@+", +"+@@...#...#...#@+", +"+@@...#...#...#@+", +"+@@...#...#...#@+", +"+@@@.##@.##@.##@+", +"+@@@.#@@.#@@.#@@+", +"+@@@.#@@.#@@.#@@+", +"+@@@.#@@.#@@.#@@+", +"+@@@.#@@.#@@.#@@+", +".+++.+++.+++.+++.", +"................."}; |