From: hadeshyp Date: Wed, 28 Nov 2012 19:41:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=07f522c0804a4fb3f98125f19b0b24365887fe8c;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 75b6d71..3849477 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -77,10 +77,8 @@ function update(data) { col = "transparent"; } else { - col = findcolor((val&0xffff),min,max,0); + col = findcolor((val&0xffff),0x6500,0x9000,0); val =((val&0xffff).toString(16)); -// if((c[j][(i-1)*16+k]&0x7fff0000) != (((k-1)<<15) & 0x7fff0000)) -// val = "-"+val; } o += ""+val+"
"; }