var fDesc=new Array(); fDesc[0] = "The LCD Bitmap Converter
can convert BMP, JPG or PNG File
to Text Code & Vice Versa

iOS/iPhone
Android
Windows

Features

Autocorrects Image dimensions
Ability to modify code array size
Supports 1bit(Black and White)
Supports 2bit (4 colour or 4 grey scale)
Supports 4bit (16 colour or 16 grey scale)
Convert your embedded C/C++ code style array or string: (HEX: \x..,0x..) to .gif/.jpg/.jpeg/.png image fileConvert BMP, JPG & PNG files into Textual code
Convert your .gif/.jpg/.jpeg/.png image file to embedded C/C++ code style array or string: (HEX: \x..,0x..)
Auto detects image dimensions
Auto fixes incorrect dimensions from Textual Hexi decimal code"; 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 = ''; } }