TTP250是一颗专为电容式触摸感测2~8通道按键而开发的高稳定性、低成本的MCU OTP type, ASSP IC, 具sleep mode (<5uA@3V) ,其SOP-8pin封装芯片是2通道触摸感测IC,可根据客户不同要求用专用软件进行功能设置,让使用者能够轻易上手并简单的应用于自己的系统上。
陈先生 手机:13169907561 Q Q:739235169 MSN:xsw2001@hotmail.com
iever = external.GetIEVer();
OnThemeColorChange();
document.onselectstart=function()
{
if (external.GetKeyState(17) 0)
{
rowlast --;
SelectMsg(rowlast,true);
lastkeysel = document.getElementById("itemId_"+rowlast);
}
else
{
event.returnValue=true;
};
}
else if (window.event.keyCode == 40) //down
{
if (lastkeysel == null)
{
lastkeysel = last;
}
event.returnValue=false;
var rowlast = GetRealRow(lastkeysel);
g_itemcount = external.GetCount();
if (rowlast
function OnMoveOle(obj)
{
external.OnMouseMoveOle(event.screenX,event.screenY,obj);
}
function OnMoveDownOle(obj)
{
external.OnMouseDownOle(event.screenX,event.screenY,obj);
}
function OnMoveUpOle(obj)
{
external.OnMouseUpOle(event.screenX,event.screenY,obj);
}