34e3275338
Obtained from http://sourceforge.net/projects/wmcdplay/files/wmcdplay-1.0-beta1.tgz/download
13 lines
626 B
C
13 lines
626 B
C
/* XPM */
|
|
static char * ledtsel_xpm[] = {
|
|
"69 7 2 1",
|
|
" c #282828 s color_back",
|
|
"0 c #00ff00 s led_color_high",
|
|
" ",
|
|
" 0 0 0 0 ",
|
|
" 0 0 0 0000000 0 0000000 0 0 0 ",
|
|
" 0000000 0 0000000 0 0 0 0 0 00000 00000 ",
|
|
" 0 0 0 0 0 0 0 0 ",
|
|
" 0000 0000 0 ",
|
|
" "};
|