Implemented displaying audio channel

This commit is contained in:
Klaus Schmidinger
2005-01-09 12:08:34 +01:00
parent f79f81dfd4
commit 264fa085bd
14 changed files with 145 additions and 30 deletions

23
symbols/audioleft.xpm Normal file
View File

@@ -0,0 +1,23 @@
/* XPM */
static char * audioleft_xpm[] = {
"27 18 2 1",
". c #FFFFFF",
"+ c #000000",
"...........................",
"...........................",
"...........................",
"...........................",
".....++++.........++++.....",
"...++++++++.....++++++++...",
"...++++++++.....++....++...",
"..++++++++++...++......++..",
"..++++++++++...++......++..",
"..++++++++++...++......++..",
"..++++++++++...++......++..",
"...++++++++.....++....++...",
"...++++++++.....++++++++...",
".....++++.........++++.....",
"...........................",
"...........................",
"...........................",
"..........................."};