34e3275338
Obtained from http://sourceforge.net/projects/wmcdplay/files/wmcdplay-1.0-beta1.tgz/download
11 lines
306 B
C
11 lines
306 B
C
/* XPM */
|
|
static char * ledsym_xpm[] = {
|
|
"35 5 2 1",
|
|
" c #000000",
|
|
"0 c #00ff00 s led_color_high",
|
|
"00000 00000 0 00 00 0 0 ",
|
|
"00000 00000 000 00 00 000 000 ",
|
|
"00000 00000 00000 00 00 00000 00000",
|
|
"00000 00000 000 00 00 ",
|
|
"00000 00000 0 00 00 00000 00000"};
|