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