var fDesc=new Array(); fDesc[0] = "Programming tool for monochrome grayscale, and color GLCD C code array generator, Animation Editor, ANSI and Unifont Font editor Support for monochrome and 2,4 and 5bpp grayscale (2,16,32 gray levels) GLCD
Support of 16,256 4096, 65K and 16M Colors Support of most standard LCD dot matrix formats up to 480 x 280
8,16 and 32 bit data output format. Programmable Batch Text and Graphic Processing, Text Search and Replace, Data manipulation, GLCD Vectors , GIF Support, SVG Support , Touch panel / Touch Screen Region Programming"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }